gitlin/views/ratelimit_gt.html

14 行
285 B
HTML

{{ template "header" .}}
<main>
<h2>{{.Title}}</h2>
<p>Wait 5 minutes before trying again.</p>
<h2>Info</h2>
<p>
Gitlin has implemented ratelimits in order to prevent rate-limits by GitHub.
You've been hit by the rate limiter.
</p>
</main>
{{ template "footer" .}}