Commit 85abc2c7 by Qiang Xue

Added sleep().

parent 7654fff2
......@@ -116,6 +116,7 @@ class DefaultController extends Controller
$this->summary = $data['summary'];
return;
}
sleep(2);
}
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