Added sleep to Vault while loop

This commit is contained in:
Karl Cordes 2011-03-21 14:44:36 +11:00
parent c49a92ecc6
commit 89ba361b72

View file

@ -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) {