Skip to content

Commit

Permalink
Merge pull request #11606 from hfu94/fix1
Browse files Browse the repository at this point in the history
Fix overflow
  • Loading branch information
jzhou77 authored Aug 26, 2024
2 parents 9a914d9 + 43b9f89 commit 9381d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdbserver/workloads/ClientMetric.actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ struct ClientMetricWorkload : TestWorkload {
ACTOR Future<uint64_t> writeKeysAndGetLatencyVersion(Database cx,
ClientMetricWorkload* self,
int numKeys,
int previousVS) {
uint64_t previousVS) {
state int retry = 0;
state int max_retry = 10;
state int keysLimit = 1;
Expand Down

0 comments on commit 9381d35

Please sign in to comment.