ibus: provision connection watch capacity

This commit is contained in:
2026-08-14 00:44:16 +09:00
parent b44663096f
commit 91b3042e66

2
ibus.c
View File

@@ -12,8 +12,8 @@
enum
{
Maxwatches = 32,
Maxconns = 16,
Maxwatches = 2*Maxconns + 1,
Maxcontexts = 64,
Relmask = 1<<30,
Ibussupermask = 1<<26,