Skip to content
Snippets Groups Projects
Commit 3d325c7e authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Update results (changes of the defaults of snapshot daemon).

parent 1c0dae13
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ box.cfg
16 too_long_threshold:0.01
17 readahead:16320
18 wal_dir:.
19 snapshot_period:14400
19 snapshot_period:0
20 slab_alloc_minimal:64
21 wal_dir_rescan_delay:0.1
------------------------------------------------------
......
......@@ -22,7 +22,7 @@ box.cfg
17 readahead:16320
18 rows_per_wal:500000
19 wal_dir:.
20 snapshot_period:14400
20 snapshot_period:0
21 wal_dir_rescan_delay:0.1
--
-- Test insert from detached fiber
......
......@@ -35,7 +35,7 @@ box.cfg
pid_file: tarantool.pid
readahead: 16320
wal_dir: .
snapshot_period: 14400
snapshot_period: 0
rows_per_wal: 50
wal_dir_rescan_delay: 0.1
...
......
......@@ -27,7 +27,7 @@ t
- 'pid_file: tarantool.pid'
- 'readahead: 16320'
- 'wal_dir: .'
- 'snapshot_period: 14400'
- 'snapshot_period: 0'
- 'rows_per_wal: 50'
- 'wal_dir_rescan_delay: 0.1'
...
......@@ -57,7 +57,7 @@ t
- 'pid_file: tarantool.pid'
- 'readahead: 16320'
- 'wal_dir: .'
- 'snapshot_period: 14400'
- 'snapshot_period: 0'
- 'rows_per_wal: 50'
- 'wal_dir_rescan_delay: 0.1'
...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment