diff options
| author | Shulhan <ms@kilabit.info> | 2018-09-08 12:45:44 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2018-09-08 12:45:44 +0700 |
| commit | d7a4ca4bba4d037ca1afd7b524f5d7a86c2980d0 (patch) | |
| tree | 12b303572fd9c636cd5a57b8763147661e5bfeb7 /go.sum | |
| parent | 5e4e1820ef21eed9a261a97627b2498527df61fd (diff) | |
| download | rescached-d7a4ca4bba4d037ca1afd7b524f5d7a86c2980d0.tar.xz | |
Update response TTL every time message is requested by client
Previously, when a message is requested for the second time, the TTL
does not updated, which make the TTL values are same with first request.
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ -github.com/shuLhan/share v0.0.0-20180906145933-210f1d0bafee h1:ILTRXzWn3MhQsUG2SJSg+3qWhh1XH6db1PX2AFVBBdk= -github.com/shuLhan/share v0.0.0-20180906145933-210f1d0bafee/go.mod h1:iFVEXaCAWMpiS3yOJySqq5kCyTCuIxO849OcEATHi7E= +github.com/shuLhan/share v0.0.0-20180908053539-b391610a0968 h1:9l5yzn9RQQ+mn2NjQNsGRdTZfj4wNHaRNjpUoswa9EE= +github.com/shuLhan/share v0.0.0-20180908053539-b391610a0968/go.mod h1:iFVEXaCAWMpiS3yOJySqq5kCyTCuIxO849OcEATHi7E= golang.org/x/sys v0.0.0-20180906133057-8cf3aee42992/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= |
