Commit 10676c08 authored by Takuya Noguchi's avatar Takuya Noguchi

Reflect the actual duration of bootstrapping GitLab

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 537d131b
---
title: Reflect the actual duration of bootstrapping GitLab
merge_request: 605
author: Takuya Noguchi
type: other
...@@ -108,7 +108,7 @@ window.setTimeout(function() { location.reload() }, {{.ReloadSeconds}} * 1000) ...@@ -108,7 +108,7 @@ window.setTimeout(function() { location.reload() }, {{.ReloadSeconds}} * 1000)
<pre>{{.Error}}</pre> <pre>{{.Error}}</pre>
<p>If you just started GDK it can take 30-60 seconds before GitLab has finished booting. This page will automatically reload every {{.ReloadSeconds}} seconds.</p> <p>If you just started GDK it can take 60-300 seconds before GitLab has finished booting. This page will automatically reload every {{.ReloadSeconds}} seconds.</p>
<footer>Generated by gitlab-workhorse running in development mode at {{.Time}}.</footer> <footer>Generated by gitlab-workhorse running in development mode at {{.Time}}.</footer>
</body> </body>
</html> </html>
......
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