Skip to content

Commit fe3e0db

Browse files
committed
Merge remote-tracking branch 'upstream/2.0' into 2.0
2 parents ad2f771 + 883367c commit fe3e0db

File tree

7 files changed

+117
-95
lines changed

7 files changed

+117
-95
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
build:
77
if: "!contains(github.event.head_commit.message, '[skip ubuntu ci]')"
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
env:
1010
CXX: ${{ matrix.compiler }}
1111
CXXFLAGS: -std=${{ matrix.standard }}

data/example.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,8 @@ module
11621162
* db_sql_live module allows saving and loading databases using one of the SQL engines.
11631163
* This module reads and writes to SQL in real time. Changes to the SQL tables
11641164
* will be immediately reflected into Anope. This module should not be loaded
1165-
* in conjunction with db_sql.
1165+
* in conjunction with db_sql. It should also not be used on large networks as it
1166+
* executes quite a lot of queries which can cause performance issues.
11661167
*
11671168
*/
11681169
#module

0 commit comments

Comments
 (0)