Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump message length and queue #19

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion status.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
DataDir="path to status data dir"
NodeConfigFile="path to json with node config and fleets"
PreserveThreading=true
#Maximum length of message sent to irc server. If it exceeds
#<clipped message> will be add to the message.
#OPTIONAL (default 400)
MessageLength=1600
#Maximum amount of messages to hold in queue. If queue is full
#messages will be dropped.
#<clipped message> will be add to the message that fills the queue.
#OPTIONAL (default 30)
MessageQueue=100

[discord]
[discord.mydiscord]
Expand All @@ -21,6 +30,15 @@
AutoWebhooks=true
RemoteNickFormat="{NICK}"
PreserveThreading=true
#Maximum length of message sent to irc server. If it exceeds
#<clipped message> will be add to the message.
#OPTIONAL (default 400)
MessageLength=1600
#Maximum amount of messages to hold in queue. If queue is full
#messages will be dropped.
#<clipped message> will be add to the message that fills the queue.
#OPTIONAL (default 30)
MessageQueue=100

[[gateway]]
name="gateway3"
Expand All @@ -32,4 +50,4 @@ enable=true
[[gateway.inout]]
account="discord.mydiscord"
channel="general"

Loading