Author Topic: Dedicated Server schedule limit suddenly going down, can't raise  (Read 825 times)

Title. The schedule limit in LAN is perfectly fine, but on dedicated servers it seems permanently broken and even putting console commands in to raise it don't do anything at all. I even checked, told the console to talk and it's not going above 1000 (which apparently might be the maximum, but I never had this issue before, and it still works on LAN.)
console.log is attached.

If you try to set it to some absurdly high number, it's going to set itself back to default. Try setting it to something like 2000 and see what happens.
Also note that you cannot change it while the server is already running. I mean, it will change, but it wont actually take effect till you restart.

$Server::Quota::Schedules = 10000;
$Max::Quota::Schedules = 10000;

after starting server, before joining it

Well, that fixed it. Not sure why it broke in the first place.
Thanks for the help! Locking.