stil/zlog-sql

Make SQL writes on separate thread

Closed this issue · 0 comments

stil commented

Apparently ZNC runs in single thread mode, so timeout on MySQL connection can cause timeouts on all IRC connections. Even webadmin will stop working.

One solution could be having separate thread for SQL writes.