Forces the Garbage Collector to run after creating the DFs
This commit is contained in:
@@ -10,6 +10,10 @@ module WPScan
|
||||
def before_scan
|
||||
DB::DynamicFinders::Plugin.create_versions_finders
|
||||
DB::DynamicFinders::Theme.create_versions_finders
|
||||
|
||||
# Force the Garbage Collector to run due to the above method being
|
||||
# quite heavy in objects allocation
|
||||
GC.start
|
||||
end
|
||||
|
||||
def run
|
||||
|
||||
Reference in New Issue
Block a user