mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
tests: Fix a potential race in ListenBucketNotificationHandler. (#3040)
This commit is contained in:
@@ -74,6 +74,10 @@ var (
|
||||
var (
|
||||
// The maximum allowed difference between the request generation time and the server processing time
|
||||
globalMaxSkewTime = 15 * time.Minute
|
||||
|
||||
// Keeps the connection active by waiting for following amount of time.
|
||||
// Primarily used in ListenBucketNotification.
|
||||
globalSNSConnAlive = 5 * time.Second
|
||||
)
|
||||
|
||||
// global colors.
|
||||
|
||||
Reference in New Issue
Block a user