8936: update go tests to use a blob-signature-ttl different than 1s.
[arvados.git] / services / keepstore / keepstore.go
index cf15dffd368925ce68a3d5f69350c388306d87d0..b17cc79e17d5bf540894801b648f5d60d4d5bdc9 100644 (file)
@@ -189,8 +189,7 @@ func main() {
                &permissionTTLSec,
                "blob-signature-ttl",
                int(time.Duration(2*7*24*time.Hour).Seconds()),
-               "Lifetime of blob permission signatures. This will become a part of the signing key, "+
-                       "and will cause clients to retry or fail if changed while they are in progress. "+
+               "Lifetime of blob permission signatures. Modifying the ttl will invalidate all existing signatures. "+
                        "See services/api/config/application.default.yml.")
        flag.BoolVar(
                &flagSerializeIO,