anyone able to tell me what the max treshold for max-queue-msg in eggdrops config file is, if there is one? and also what is affected by increasing it .. is more ram needed? will the eggdrop break maybe?
# Number of seconds to wait between transmitting queued lines to the server.
# Lower this value at your own risk. ircd is known to start flood control
# at 512 bytes/2 seconds.
set msg-rate 2
# Set here the maximum number of lines to queue to the server. If you're
# going to dump large chunks of text to people over IRC, you will probably
# want to raise this. 300 is fine for most people though.
set max-queue-msg 300
i doubt this would impact performance. Thou in saying that lowering the value, should probably be avoided.