Skip to content

Commit

Permalink
try refreshing l2 keystone cache fewer times
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jan 15, 2025
1 parent 88ad4db commit 33368be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/bfg/bfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ func (s *Server) Run(pctx context.Context) error {
select {
case <-ctx.Done():
return
case <-time.After(1 * time.Second):
case <-time.After(12 * time.Second):
s.refreshL2KeystoneCache(ctx)
}
}
Expand Down

0 comments on commit 33368be

Please sign in to comment.