File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ local cacheDirectory = std.extVar('XDG_CACHE_HOME') + '/bb_clientd';
6969 path: cacheDirectory + '/ac/key_location_map' ,
7070 sizeBytes: 128 * 1024 * 1024 ,
7171 } },
72- keyLocationMapMaximumGetAttempts: 8 ,
73- keyLocationMapMaximumPutAttempts: 32 ,
72+ keyLocationMapMaximumGetAttempts: 16 ,
73+ keyLocationMapMaximumPutAttempts: 64 ,
7474 oldBlocks: 1 ,
7575 currentBlocks: 5 ,
7676 newBlocks: 1 ,
@@ -136,8 +136,8 @@ local cacheDirectory = std.extVar('XDG_CACHE_HOME') + '/bb_clientd';
136136 path: cacheDirectory + '/cas/key_location_map' ,
137137 sizeBytes: $.casKeyLocationMapSizeBytes,
138138 } },
139- keyLocationMapMaximumGetAttempts: 8 ,
140- keyLocationMapMaximumPutAttempts: 32 ,
139+ keyLocationMapMaximumGetAttempts: 16 ,
140+ keyLocationMapMaximumPutAttempts: 64 ,
141141 oldBlocks: 1 ,
142142 currentBlocks: 5 ,
143143 newBlocks: 1 ,
You can’t perform that action at this time.
0 commit comments