Blockland Forums > Suggestions & Requests
Default Admin Function Timeouts
Zeblote:
--- Quote from: jes00 on October 31, 2013, 10:06:15 AM ---Tried it. All it did was make me lag a lot, and no one else.
--- End quote ---
Keep it running for some time, you will crash because of buffer overflow
Nexus:
--- Quote from: Zeblote on October 31, 2013, 11:16:45 AM ---Keep it running for some time, you will crash because of buffer overflow
--- End quote ---
You seem to be misunderstanding the schedule used in it.
Swollow:
--- Quote from: jes00 on October 31, 2013, 10:06:15 AM ---Tried it. All it did was make me lag a lot, and no one else.
--- End quote ---
it only works if your an admin, the command lists all the datablocks on a server in a for loop, the more datablocks the more lag, running this on a loop to the server as an admin will basically kill it
Zeblote:
--- Quote from: Nexus on October 31, 2013, 12:01:06 PM ---You seem to be misunderstanding the schedule used in it.
--- End quote ---
Well when I first tried something like that with the light command it crashed because of buffer overflow. So I assumed the same would happen here
Port:
--- Quote from: Nexus on October 31, 2013, 12:01:06 PM ---You seem to be misunderstanding the schedule used in it.
--- End quote ---
it's pushing 24 commandToServer instructions to the network queue on every single frame
Torque does not flush out data this quickly, thus after a while it will overflow
secondly, since it's a queue, you won't be able to do anything else either