]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - module/zfs/txg.c
Update to onnv_147
[mirror_zfs-debian.git] / module / zfs / txg.c
index f478ad0c67a8a30a04cf57ecb016663a39c51d8d..9b308ca4e71a1e789fc8193d7e690dd489e3fed5 100644 (file)
@@ -37,7 +37,7 @@
 static void txg_sync_thread(dsl_pool_t *dp);
 static void txg_quiesce_thread(dsl_pool_t *dp);
 
-int zfs_txg_timeout = 30;      /* max seconds worth of delta per txg */
+int zfs_txg_timeout = 5;       /* max seconds worth of delta per txg */
 
 /*
  * Prepare the txg subsystem.