Update config.php

This commit is contained in:
Maxim 2018-11-23 17:51:51 -06:00 committed by GitHub
parent 82bf1b0b4a
commit 4d87b63366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
$UNLOCKTIME = 80; // Every ~3 sec this ticks down
// Ex: 3*60 == 180 sec or 3 minutes
// NOTE: Split folders with ::::
$LOCKEDFOLDERS = "./MEGA_Sync/333_Movies-Music/Other/::::./MEGA_Sync/000_General/";
$LOCKEDFOLDERS = "./dirLockCheck/";
?>