Block a user
owner
created branch IgnoreAlreadySavedIpInTheFilteredDatabaseAfterResuming in owner/RSE
2024-11-27 14:53:11 +00:00
owner
pushed to IgnoreAlreadySavedIpInTheFilteredDatabaseAfterResuming at owner/RSE
2024-11-27 14:53:11 +00:00
Create Runtime Variables At Startup
Runtime variables implemented consists of:
- base path for the application (So now we don't need absolute paths for anything).
- Timeout for:
- IP scanner.
- Wait time for the discarded…
Fix Set Runtime Variable Crashing The Application
Fix Set Runtime Variable Crashing The Application
Fixed. The reason why it crashed was because this particular method never sent a response to the client.
Fix Set Runtime Variable Crashing The Application
Investigate Why Scanning With 64 Threads Is As Fast As 32 Threads When System Has 2 Cores
Investigate Why Scanning With 64 Threads Is As Fast As 32 Threads When System Has 2 Cores
Found the problem. I'm blind lol. I've accidentally set the ping timeout to 512ms, instead of the default 128ms.