mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 15:34:19 +00:00
do not use PVE::API2 in spiceproxy.pm
we do not need it there and withouth this we save ~30MB memory for this daemon and its workers Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
9fe20b3f6a
commit
1faeea016b
@ -10,7 +10,6 @@ use warnings;
|
||||
use PVE::SafeSyslog;
|
||||
use PVE::Daemon;
|
||||
use PVE::API2Tools;
|
||||
use PVE::API2;
|
||||
use PVE::HTTPServer;
|
||||
|
||||
use base qw(PVE::Daemon);
|
||||
|
Loading…
Reference in New Issue
Block a user