do not throttle writer/index thread pools

This commit is contained in:
Yatao Li
2022-01-23 04:41:13 +08:00
parent f3674ffa02
commit 6075c21a3a
5 changed files with 13 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ typedef struct scan_args {
int size;
int content_size;
int threads;
int throttle_memory_threshold;
int scan_mem_limit;
char *incremental;
char *output;
char *rewrite_url;