mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-22 10:31:53 +00:00
web UI rewrite, switch to ndjson.zst index format
This commit is contained in:
@@ -27,6 +27,8 @@ typedef struct {
|
||||
|
||||
tpool_t *pool;
|
||||
|
||||
tpool_t *writer_pool;
|
||||
|
||||
int threads;
|
||||
int depth;
|
||||
|
||||
@@ -85,7 +87,10 @@ typedef struct {
|
||||
char *auth_pass;
|
||||
int auth_enabled;
|
||||
int tag_auth_enabled;
|
||||
struct index_t indices[64];
|
||||
char *tagline;
|
||||
struct index_t indices[256];
|
||||
char lang[3];
|
||||
int dev;
|
||||
} WebCtx_t;
|
||||
|
||||
extern ScanCtx_t ScanCtx;
|
||||
|
||||
Reference in New Issue
Block a user