Skip to content

Commit

Permalink
Fix "Background jobs" server admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Aug 25, 2024
1 parent b80e65f commit 530ab5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tpl.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func init() {
return d
}
if d < time.Second*10 {
return d.Round(time.Millisecond)
return d.Round(time.Millisecond * 100)
}
return d.Round(time.Second)
})
Expand Down
3 changes: 1 addition & 2 deletions tpl/bosmang_bgrun.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,12 @@


<h2>History</h2>
<p>Last 10,000, most recent first.</p>
<p>Last 100, most recent first.</p>

<table>
<thead><tr>
<th>Job</th>
<th>Started from</th>
<th>No duplicates</th>
<th>Started at</th>
<th>Run time</th>
</tr></thead>
Expand Down

0 comments on commit 530ab5e

Please sign in to comment.