mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-02 11:36:14 -04:00
Decrease max saved announces
This commit is contained in:
parent
cf918f78d9
commit
56f1abbb1b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class SidebandCore():
|
||||||
CONV_GROUP = 0x02
|
CONV_GROUP = 0x02
|
||||||
CONV_BROADCAST = 0x03
|
CONV_BROADCAST = 0x03
|
||||||
|
|
||||||
MAX_ANNOUNCES = 48
|
MAX_ANNOUNCES = 24
|
||||||
|
|
||||||
JOB_INTERVAL = 1
|
JOB_INTERVAL = 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue