-
Notifications
You must be signed in to change notification settings - Fork 213
Optimization: Runtime Batching #572
Copy link
Copy link
Labels
Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.Type: OptimizationIncreasing the performance/optimization. Not an issue, just something to consider.Increasing the performance/optimization. Not an issue, just something to consider.
Metadata
Metadata
Assignees
Labels
Type: EnhancementMost issues will probably ask for additions or changes.Most issues will probably ask for additions or changes.Type: OptimizationIncreasing the performance/optimization. Not an issue, just something to consider.Increasing the performance/optimization. Not an issue, just something to consider.
Please describe your feature request:
On boxes with limited resources
massdnscan totally take down the network and fill the disk completely. The task is about implementing a solution to batch the list into smaller chunks to reassemble and elaborate at the end, with intermediate resource cleanupFixes https://github.com/projectdiscovery/aurora/issues/2655