feat(xo-server/snapshotVm): increase concurrency to 2

This commit is contained in:
Julien Fontanet 2018-03-30 12:37:42 +02:00
parent a83fa90d87
commit 8b9f9ffa3e

View File

@ -1424,7 +1424,7 @@ export default class Xapi extends XapiBase {
}
}
@synchronized() // like @concurrency(1) but more efficient
@concurrency(2)
@cancelable
async _snapshotVm ($cancelToken, vm, nameLabel = vm.name_label) {
debug(