changed ftp server storage to distribute evenly across directories

This commit is contained in:
Chris
2020-01-11 01:54:59 +01:00
parent e022227617
commit f01b685820
2 changed files with 62 additions and 16 deletions

View File

@@ -46,7 +46,7 @@ if(defined('ENCRYPTION_KEY') && ENCRYPTION_KEY)
echo "[i] PHASE 1\n";
echo " [P1] Files from Storage controllers will be downloaded if they don't exist localy\n";
sleep(2);
sleep(1);
foreach($controllers as $contr)
{