hellos3b / sjbha-bot

13 stars 17 forks source link

meetups: increase pings per mention #172

Closed hellos3b closed 2 years ago

hellos3b commented 2 years ago

according to some quick maths by @daritel2 the "pings per mentions" could be increased to around ~90

but, discord message limit is 2000 character (2 of 4kiB page UTF-32 encoding), and max ID length is log_10(MAX_UINT64.toString()), PINGS_PER_MENTION <= 2000/(19+"<@>".length) <= 90

We should bump up the PINGS_PER_MENTION in the announcement to reduce the number of messages sent on a large meetup

hellos3b commented 2 years ago

https://github.com/hellos3b/sjbha-bot/commit/9efda17b98323aac727aeeac4032dc2ec4303a5a