Browse Source

usleep(500);

visuddhinanda 2 years ago
parent
commit
ec1a06e932
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/UpgradeCompound.php

+ 1 - 1
app/Console/Commands/UpgradeCompound.php

@@ -174,7 +174,7 @@ class UpgradeCompound extends Command
                 $new->save();
             }
             if(env('APP_ENV','local') !== 'local'){
-                usleep(100);
+                usleep(500);
             }
 
 		}