mirror of
https://github.com/rancher/steve.git
synced 2025-09-24 21:08:03 +00:00
Cleanup schema change reporting
This commit is contained in:
@@ -29,7 +29,7 @@ func (w *WatchRefresh) Watch(apiOp *types.APIRequest, schema *types.APISchema, w
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
return
|
||||
case <-time.After(30 * time.Second):
|
||||
case <-time.After(2 * time.Second):
|
||||
}
|
||||
|
||||
newAs := w.asl.AccessFor(user)
|
||||
|
Reference in New Issue
Block a user