1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

fix env var

This commit is contained in:
Damodar Lohani 2021-08-15 14:26:19 +05:45
parent 21774decdd
commit d9980cbf89

View file

@ -21,7 +21,7 @@ $cli
Console::title('Usage Sync V1');
Console::success(APP_NAME . ' usage sync process v1 has started');
$interval = (int) App::getEnv('_APP_USAGE_SYNC_INTERVAL', '30'); //30 seconds
$interval = (int) App::getEnv('_APP_USAGE_AGGREGATION_INTERVAL', '30'); //30 seconds
$attempts = 0;
$max = 10;
$sleep = 1;