must set number to not screw bw comparison

This commit is contained in:
CroneKorkN 2025-08-10 15:39:45 +02:00
parent 9161a2501c
commit 725d5292b2
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -33,13 +33,13 @@ defaults = {
'mountpoint': '/var/vmail',
'compression': 'on',
'atime': 'off',
'recordsize': '16K',
'recordsize': '16384',
},
'tank/vmail/index': {
'mountpoint': '/var/vmail/index',
'compression': 'on',
'atime': 'off',
'recordsize': '4K',
'recordsize': '4096',
'com.sun:auto-snapshot': 'false',
'backup': False,
},