mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Actually use the provided value
This commit is contained in:
parent
fe624d5ad0
commit
32c2f6b93d
@ -29,7 +29,7 @@ var (
|
||||
|
||||
func setTimeSinceValue(val time.Duration) {
|
||||
timeSinceMu.Lock()
|
||||
timeSinceValue = time.Minute * 2
|
||||
timeSinceValue = val
|
||||
timeSinceMu.Unlock()
|
||||
}
|
||||
func init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user