]> git.proxmox.com Git - pve-storage.git/commit - PVE/API2/Storage/Content.pm
Fix #582: Add DELETE delay logic
authorDominic Jäger <d.jaeger@proxmox.com>
Mon, 15 Jul 2019 10:28:20 +0000 (12:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Jul 2019 08:04:38 +0000 (10:04 +0200)
commit1f56f6f8d1b70e8906cc30eafa06e20ab366e3c6
tree7b29ce359b42591a2836223ef615f10a18b56dae
parenta14e0a5e95fa472cc08b44a9e92c3a8fca0e35eb
Fix #582: Add DELETE delay logic

Previously, the web GUI timed out when removing content (e.g. backup) took
too long. Doing the main part of the API DELETE call in a fork_worker solves
this.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
PVE/API2/Storage/Content.pm