scan memory threshold

This commit is contained in:
Yatao Li
2022-01-23 03:35:27 +08:00
parent 8fa34da02f
commit 8e96174e1f
5 changed files with 46 additions and 0 deletions

View File

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