diff options
| author | Jeff Carr <[email protected]> | 2025-08-31 13:28:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-31 13:28:40 -0500 |
| commit | 46d61345afa0cd87567bc0293cd3413b54e3c677 (patch) | |
| tree | 1f370863ddeb4e391c680601982f91519ba35d29 /reload.go | |
| parent | 434f62a7e6ffd6d16230ba920393c82c487633ae (diff) | |
go back to global mutex again. hmmm.
Diffstat (limited to 'reload.go')
| -rw-r--r-- | reload.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ func (repo *Repo) Reload() error { // LastUpdate should always be the newest time repo.Times.LastUpdate = timestamppb.New(time.Now()) + repo.ValidateUTF8() return nil } |
