Skip to content

Commit 1002241

Browse files
author
Илья
committed
Update Defaults.php
1 parent 17bebf1 commit 1002241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

slo-workload/src/Defaults.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ class Defaults
1111

1212
const GENERATOR_DATA_COUNT = 1000;
1313

14-
const RPS_PER_READ_FORK = 10;
15-
const RPS_PER_WRITE_FORK = 10;
14+
const RPS_PER_READ_FORK = 75;
15+
const RPS_PER_WRITE_FORK = 50;
1616

1717
const READ_RPS = 1000;
1818
const READ_TIMEOUT = 70; // milliseconds

0 commit comments

Comments
 (0)