Patched atomic calculation issue with 32 bits ARM architectures #30

Merged
dan merged 1 commits from mathiasme/server:trunk into trunk 2022-01-04 16:40:48 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ import (
)
type counter struct {
startTime time.Time
count uint64
startTime time.Time
}
// Counter providers a threadsafe counter to use for storing long running counts