You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/config/config.toml.example
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -405,7 +405,7 @@ store-liveness-timeout = "1s"
405
405
ttl-refreshed-txn-size = 33554432
406
406
407
407
# If the number of keys that one prewrite request of one region involves exceed this threshold, it will use `ResolveLock` instead of `ResolveLockLite`.
408
-
resolve-lock-lite-threshold = 16
408
+
resolve-lock-lite-threshold = 512
409
409
410
410
[tikv-client.copr-cache]
411
411
# The capacity in MB of the cache. Zero means disable coprocessor cache.
Copy file name to clipboardExpand all lines: pkg/config/config.toml.nextgen.example
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,7 @@ store-liveness-timeout = "1s"
416
416
ttl-refreshed-txn-size = 33554432
417
417
418
418
# If the number of keys that one prewrite request of one region involves exceed this threshold, it will use `ResolveLock` instead of `ResolveLockLite`.
419
-
resolve-lock-lite-threshold = 16
419
+
resolve-lock-lite-threshold = 512
420
420
421
421
[tikv-client.copr-cache]
422
422
# The capacity in MB of the cache. Zero means disable coprocessor cache.
0 commit comments