Handle 429, multi-threaded index module

This commit is contained in:
2020-07-11 17:42:46 -04:00
parent ed15e89f45
commit 13f4dbed2d
15 changed files with 227 additions and 82 deletions

View File

@@ -41,6 +41,7 @@ typedef struct index_args {
int print;
int batch_size;
int force_reset;
int threads;
} index_args_t;
typedef struct web_args {