guozhao
|
de8d6b3792
|
etcdserver: use time.Ticker instead of time.After
Using time.After will create a new Timer in each cycle, In these cases
, it is better to use time.Ticker.
Signed-off-by: guozhao <guozhao@360.cn>
|
2023-01-17 16:58:13 +08:00 |
|
Benjamin Wang
|
7f10dccbaf
|
Bump go 1.19: update all the dependencies and go.sum files
1. run ./scripts/fix.sh;
2. cd tools/mod; gofmt -w . & go mod tidy;
Signed-off-by: Benjamin Wang <wachao@vmware.com>
|
2022-09-22 08:47:46 +08:00 |
|
leoyang.yl
|
7e6c29c198
|
fix runlock bug
|
2021-11-26 11:05:36 +08:00 |
|
Sunny Liu
|
e7a09db019
|
mvcc: simplify watchable_store addVictim code
|
2021-09-24 17:49:03 +08:00 |
|
Marek Siarkowicz
|
5b6f4579fb
|
server: Rename buckets to schema
|
2021-07-12 15:37:21 +02:00 |
|
Marek Siarkowicz
|
5e40a8b00c
|
server: Create storage package and move mvcc files to it
|
2021-07-12 15:37:21 +02:00 |
|