Skip to content

Commit

Permalink
v0.8.8 - ScanCore to v0.1.
Browse files Browse the repository at this point in the history
-v0.8.8.
-ScanCore to v0.1.
-Made ScanCore a true PHP CLI application!
-Still needs testing and tweaking, no doubt.
-Suppports file-path, memorylimit, chunksize, debug, & verbose arguments.
-Perfect for running with a worker-manager!
  • Loading branch information
zelon88 committed Oct 3, 2019
1 parent ca62cb0 commit ed44ccf
Show file tree
Hide file tree
Showing 4 changed files with 173 additions and 91 deletions.
2 changes: 1 addition & 1 deletion Config/Config.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ accessibilityDefenderEnabled, storageMonitorEnabled, resourceMonitorEnabled, DEB
'Application-Development Related Variables

'These string values in this section should only be modified by your application distributor.
version = "v0.8.7"
version = "v0.8.8"
uiVersion = "v1.2"
helpLocSetting = "https://github.com/zelon88/HR-AV"
appDownloadURL = "https://github.com/zelon88/HR-AV/archive/master.zip"
Expand Down
2 changes: 1 addition & 1 deletion Config/ScanCore_Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
// / ------------------------------
// / General Information ...
// / Number of bytes to store in each logfile before splitting to a new one.
$MaxLogSize = '1048576';
$MaxLogSize = '100000000000000000000';
// / ------------------------------
13 changes: 12 additions & 1 deletion Documentation/HR-AV_Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
--------------------
COMMIT - 10/2/2019
v0.8.8 - ScanCore to v0.1.

-v0.8.8.
-ScanCore to v0.1.
-Made ScanCore a true PHP CLI application!
-Still needs testing and tweaking, no doubt.
-Suppports file-path, memorylimit, chunksize, debug, & verbose arguments.
-Perfect for running with a worker-manager!
--------------------

--------------------
COMMIT - 10/1/2019
v0.8.7 - Working on scanCore.php.
Expand All @@ -9,7 +21,6 @@ v0.8.7 - Working on scanCore.php.
-My gut tells me it's faster than VBS or Python as a single thread.
-That means we can run lots of threads!
-It also means we can use the same ScanCore.php script for scanning pretty much every directory on the machine. We just scale the number of threads with the workload.

--------------------

--------------------
Expand Down
Loading

0 comments on commit ed44ccf

Please sign in to comment.