Browse Source

change main bot exec frequence to 60 seconds

master
filesite 2 weeks ago
parent
commit
b2a5b3e5ee
  1. 2
      themes/beauty/controller/CommandController.php

2
themes/beauty/controller/CommandController.php

@ -149,7 +149,7 @@ eof; @@ -149,7 +149,7 @@ eof;
}
}
sleep(5);
sleep(60); //1分钟尝试一次
}
}

Loading…
Cancel
Save