chenshijun
2020-04-22 4bec61fa5a3aa6e025618552ab94876d6b5a712a
把延时单位修正成毫秒
1个文件已修改
2 ■■■ 已修改文件
shmqueue.go 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
shmqueue.go
@@ -12,7 +12,7 @@
)
const (
    TimePeriodPutOrGet = time.Duration(5) * time.Microsecond
    TimePeriodPutOrGet = time.Duration(5)*time.Millisecond //ms
)
//Element info