View Single Post
  #27  
Old 08-21-2011, 01:17 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by callimuc View Post
Just one quick question since I started using the GBall. It keeps echoing

But the addguildmember and copylevel are just used once. They arenīt even in a loop.
How could that be fixed?
If I recall correctly, that means it hit the flood alert. Probably your best bet is to let it finish (it should automatically detect the flood alert and slow down), and then in the future adjust this:

PHP Code:
  this.maxWrite = (mb 4); // max to write at once; I find mb*9 is the absolute limit 
                            // but below that is usually better to avoid flood alert 
One or two megabytes should be sufficient for the kind of stuff generally backed up (ideally, mostly small text files).
__________________
Reply With Quote