소스 검색

usleep(500);

visuddhinanda 2 년 전
부모
커밋
ec1a06e932
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
                 $new->save();
             }
             }
             if(env('APP_ENV','local') !== 'local'){
             if(env('APP_ENV','local') !== 'local'){
-                usleep(100);
+                usleep(500);
             }
             }
 
 
 		}
 		}