Commit c1db25e3 by Qiang Xue

updated debug retry params.

parent 85abc2c7
...@@ -64,7 +64,7 @@ class DefaultController extends Controller ...@@ -64,7 +64,7 @@ class DefaultController extends Controller
public function actionToolbar($tag) public function actionToolbar($tag)
{ {
$this->loadData($tag, 3); $this->loadData($tag, 5);
return $this->renderPartial('toolbar', [ return $this->renderPartial('toolbar', [
'tag' => $tag, 'tag' => $tag,
'panels' => $this->module->panels, 'panels' => $this->module->panels,
...@@ -116,7 +116,7 @@ class DefaultController extends Controller ...@@ -116,7 +116,7 @@ class DefaultController extends Controller
$this->summary = $data['summary']; $this->summary = $data['summary'];
return; return;
} }
sleep(2); sleep(1);
} }
throw new NotFoundHttpException("Unable to find debug data tagged with '$tag'."); throw new NotFoundHttpException("Unable to find debug data tagged with '$tag'.");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment