Browse Source

getpetuserwork

DengTao 8 years ago
parent
commit
324d09a75b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/commands/getPetUserWorkCommand.php

+ 1 - 1
www/protected/commands/getPetUserWorkCommand.php

@@ -60,7 +60,7 @@ class GetPetUserWorkCommand extends CConsoleCommand{
                     $collection->insert($data);
                 }
             }
-            if ($end_time  >= $start_time+60*1){
+            if ($end_time  >= $start_time+60*5){
                 die();
             }