Skip to content
Discussion options

You must be logged in to vote

Which SQL backend are you using? Its generally not recommended to use the SQL backends with databases that aren't on the same machine as services because (especially if you're using db_sql_live) Anope has to execute a lot of queries and they have to be done when not processing data from the network and this can take a long time.

That said, you can try:

  1. Lowering readtimeout here: https://github.com/anope/anope/blob/2.0/data/example.conf#L456-L459
  2. Using db_sql instead of db_sql_live if you're using the live module (db_sql executes less queries which is acceptable if you don't need to edit the database).
  3. If you're using chanstats or irc2sql try unloading them to see if that makes a difference.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@JorgeMostiga
Comment options

@sadiepowell
Comment options

Answer selected by JorgeMostiga
@JorgeMostiga
Comment options

@JorgeMostiga
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants