implement interrupt sync

This commit is contained in:
2023-07-14 21:48:06 +00:00
parent f37f7cd142
commit a48f641ab5
5 changed files with 207 additions and 20 deletions

View File

@@ -89,9 +89,24 @@
}
},
"clientsync": {
"always": true,
"hash": true,
"interrupt": true
"resourcetypes": [
"lxc",
"qemu",
"node"
],
"schemes": {
"always": {
"enabled": true
},
"hash": {
"enabled": true
},
"interrupt": {
"min-rate": 1,
"max-rate": 60,
"enabled": true
}
}
}
},
"users": {