Skip to content

Commit f20cf2c

Browse files
morotenEdSchouten
authored andcommitted
Double the number of KeyLocationMap attempts
Following this commit in bb-storage: commit 45c576372791567ba0111ce79f4cfa1c0ec961ad LocalBlobAccess: Double the recommended number of attempts
1 parent 053ca02 commit f20cf2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configs/bb_clientd.jsonnet

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)