Correct typo in timeout value in comment

pull/11133/head
Michael Captain 2021-04-19 00:26:25 +03:00
parent 69cc612fc4
commit b2f874dbac
No known key found for this signature in database
GPG Key ID: FB91F1F96E5151F9
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ func status() registry.State {
}
}
// Allow no more than 2 seconds for querying state
// Allow no more than 4 seconds for querying state
ctx, cancel := context.WithTimeout(context.Background(), 4*time.Second)
defer cancel()