Skip to content

Commit a409ca5

Browse files
authored
Disable timestamp cache by default to reduce CPU footprint (#442)
* proposal: #441
1 parent ace810b commit a409ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/config/entity.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func NewDefaultConfig() *Entity {
140140
CollectMemoryIntervalMs: DefaultMemoryStatCollectIntervalMs,
141141
},
142142
},
143-
UseCacheTime: true,
143+
UseCacheTime: false,
144144
},
145145
}
146146
}

0 commit comments

Comments
 (0)