소스 검색

usleep(100);

visuddhinanda 2 년 전
부모
커밋
6d6eac6e4e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Console/Commands/UpgradeCompound.php

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

@@ -165,7 +165,7 @@ class UpgradeCompound extends Command
                 $new->save();
             }
             if(env('APP_ENV','local') !== 'local'){
-                sleep(1);
+                usleep(100);
             }
 		}
 		//删除旧数据