We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7daede0 commit 8ff9a3fCopy full SHA for 8ff9a3f
unit/suites/box.lua
@@ -6,5 +6,4 @@ box.cfg{
6
listen = os.getenv("PRIMARY_PORT"),
7
slab_alloc_arena = 0.1,
8
pid_file = "box.pid",
9
- rows_per_wal = 50
10
}
unit/suites/lib/tarantool_server.py
@@ -46,8 +46,7 @@ class TarantoolServer(object):
46
default_cfg = {
47
"custom_proc_title": "\"tarantool-python testing\"",
48
"slab_alloc_arena": 0.5,
49
- "pid_file": "\"box.pid\"",
50
- "rows_per_wal": 200}
+ "pid_file": "\"box.pid\""}
51
52
@property
53
def logfile_path(self):
0 commit comments