refactor(scan): remove multi-thread scan logic, use sequential processing

This commit is contained in:
JamesFlare1212
2026-04-08 12:04:27 -04:00
parent 78c050a6fa
commit fb68c1ad5d
4 changed files with 31 additions and 410 deletions

View File

@@ -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)