diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-27 11:49:44 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-09-27 11:50:08 +0200 |
commit | 7011ec431f021a0e1800ad37e738dd43af0b54a6 (patch) | |
tree | d1f7232eb4c90cbea17cacc86bdd32f9dd0ebbc3 /scenarios/garage-warp | |
parent | c78e4f8005b8dc221190b1da736984f289225326 (diff) | |
download | mknet-7011ec431f021a0e1800ad37e738dd43af0b54a6.tar.gz mknet-7011ec431f021a0e1800ad37e738dd43af0b54a6.zip |
Add sled no-sync
Diffstat (limited to 'scenarios/garage-warp')
-rwxr-xr-x | scenarios/garage-warp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scenarios/garage-warp b/scenarios/garage-warp index 8994e87..c102359 100755 --- a/scenarios/garage-warp +++ b/scenarios/garage-warp @@ -11,6 +11,8 @@ for fl in sys.argv[1:]: warp.bench = flavor.warp[fl] elif fl in db_engines: conf_root['db_engine'] = fl + elif 'sled_no_fsync' == fl: + conf_root['sled_flush_every_ms'] = 1000 * 60 * 10 # 10 minutes if shared.id() == 1: garage.deploy_coord(uroot=conf_root) |