We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e869e commit 5d7762cCopy full SHA for 5d7762c
olric.go
@@ -73,7 +73,7 @@ var (
73
)
74
75
// ReleaseVersion is the current stable version of Olric
76
-const ReleaseVersion string = "0.3.7"
+const ReleaseVersion string = "0.3.10"
77
78
const (
79
nilTimeout = 0 * time.Second
@@ -397,7 +397,7 @@ func (db *Olric) callStartedCallback() {
397
defer timer.Stop()
398
399
for {
400
- timer.Reset(10 * time.Millisecond)
+ timer.Reset(10 * time.Millisecond)
401
select {
402
case <-timer.C:
403
if requiredCheckpoints == atomic.LoadInt32(&db.passedCheckpoints) {
0 commit comments