Added sleep to Vault while loop
This commit is contained in:
parent
c49a92ecc6
commit
89ba361b72
2
vendors/shells/vault.php
vendored
2
vendors/shells/vault.php
vendored
|
|
@ -27,7 +27,7 @@ class VaultShell extends Shell {
|
||||||
/******************************************************
|
/******************************************************
|
||||||
* Config Variables
|
* Config Variables
|
||||||
* *****************************************************/
|
* *****************************************************/
|
||||||
$testing = 1; //Whether to actually move the emails. 1=test, 0=production
|
$testing = 0; //Whether to actually move the emails. 1=test, 0=production
|
||||||
|
|
||||||
|
|
||||||
if($testing == 1) {
|
if($testing == 1) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue