Skip to content

Commit fa7b45e

Browse files
committed
more txgs
Signed-off-by: Paul Dagnelie <paul.dagnelie@klarasystems.com>
1 parent ed784e7 commit fa7b45e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module/zfs/spa_stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static int zfs_read_history_hits = B_FALSE;
3939
/*
4040
* Keeps stats on the last 100 txgs by default.
4141
*/
42-
static uint_t zfs_txg_history = 100;
42+
static uint_t zfs_txg_history = 300;
4343

4444
/*
4545
* Keeps stats on the last N MMP updates, disabled by default.

0 commit comments

Comments
 (0)