Skip to content

Commit

Permalink
Bump load up slightly
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Oct 31, 2023
1 parent 3dd701f commit 39afbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/loadmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def list_configmaps():

if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('--rounds', '-r', type=int, required=False, default=3000)
parser.add_argument('--rounds', '-r', type=int, required=False, default=4000)
parser.add_argument('--log-level', '-l', type=str, required=False, default='INFO')
args = parser.parse_args()

Expand Down

0 comments on commit 39afbae

Please sign in to comment.