You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've finding irssi freezing up on me every time stalker does something in the database. I'm not sure if it's all lookups, all modifies, etc.. I currently have 131,750 records.. I'm getting serious lags (3-4 seconds sometimes) while interacting with irssi, and the script is already doing things in a child process so I'm not sure offhand what the problem could be, maybe all operations aren't in a child? I may try to do some investigation more on my own, but the perl child fork stuff confuses me honestly ;)
Just doing a whois on myself takes 1-2 seconds. I assume it could be the recursion factor causing longer delays sometimes. I've set it from the default of 20 down to 15 but not sure if it helped. I might try 10.
Please let me know if there's anything I can provide to help with this, nick database, etc. Thanks!
The text was updated successfully, but these errors were encountered:
I've finding irssi freezing up on me every time stalker does something in the database. I'm not sure if it's all lookups, all modifies, etc.. I currently have 131,750 records.. I'm getting serious lags (3-4 seconds sometimes) while interacting with irssi, and the script is already doing things in a child process so I'm not sure offhand what the problem could be, maybe all operations aren't in a child? I may try to do some investigation more on my own, but the perl child fork stuff confuses me honestly ;)
Just doing a whois on myself takes 1-2 seconds. I assume it could be the recursion factor causing longer delays sometimes. I've set it from the default of 20 down to 15 but not sure if it helped. I might try 10.
Please let me know if there's anything I can provide to help with this, nick database, etc. Thanks!
The text was updated successfully, but these errors were encountered: