Skip to content

Commit 89f9249

Browse files
heycalmdownsilas
authored andcommitted
Fix session's TTL range
max TTL changed to 86400s from 3600s from hashicorp/consul#1412
1 parent a072664 commit 89f9249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ Options
16751675
* node (String, optional): node with which to associate session (defaults to connected agent)
16761676
* checks (String[], optional): checks to associate with session
16771677
* behavior (String, enum: release, delete; default: release): controls the behavior when a session is invalidated
1678-
* ttl (String, optional, valid: `10s`-`3600s`): interval session must be renewed
1678+
* ttl (String, optional, valid: `10s`-`86400s`): interval session must be renewed
16791679

16801680
Usage
16811681

0 commit comments

Comments
 (0)