fix volumecreate comments

This commit is contained in:
Ruslan Gustomiasov 2019-06-08 20:11:38 +02:00
parent 98dd1336b0
commit ee5d623fe6

View File

@ -225,7 +225,7 @@ const (
createTagFactor = 2.0
createTagSteps = 9
// encryptedCheck* is configuration of exponential backoff for created volume to check
// volumeCreate* is configuration of exponential backoff for created volume to check
// it has not been silently removed by AWS.
// On a random AWS account (shared among several developers) it took 4s on
// average, 8s max.