]> git.proxmox.com Git - pve-cluster.git/commit
cluster setup: drop max-size override for file_get_contents calls
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Nov 2023 13:23:50 +0000 (14:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Nov 2023 13:23:53 +0000 (14:23 +0100)
commitebcef77ffd0edd966ce0517f457becace92e5a88
tree1dd684d6ca0e04296f914af9db79e90921af290d
parentd6dcd53fe12c67f2ae6d0980087cdeb15059d11c
cluster setup: drop max-size override for file_get_contents calls

We switched the default to match pmxcfs again (after its limit
increase for Proxmox VE 7) to 1024 * 1024 (= 1 MiB), so not required
to override the limit here, as we actually made it lower, not higher.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Cluster/Setup.pm