refactor(scan): remove multi-thread scan logic, use sequential processing
This commit is contained in:
@@ -21,7 +21,6 @@ MAX_ACTIVITY_ID_SCAN=8000
|
||||
|
||||
# Maximum concurrent API calls during crawling (default: 8)
|
||||
# Higher values = faster crawling but more server load
|
||||
# Set to 1 for sequential processing (slow but safe)
|
||||
CONCURRENT_API_CALLS=8
|
||||
|
||||
# Request timeout in milliseconds (default: 25000 = 25 seconds)
|
||||
|
||||
Reference in New Issue
Block a user