perf: disable some performance-intensive niche/edge case features
This commit is contained in:
parent
73c47bf39d
commit
719884d9c0
2 changed files with 4 additions and 3 deletions
|
@ -82,7 +82,7 @@ export const MutesPlugin = zeppelinGuildPlugin<MutesPluginType>()({
|
|||
|
||||
// prettier-ignore
|
||||
events: [
|
||||
ClearActiveMuteOnRoleRemovalEvt,
|
||||
// ClearActiveMuteOnRoleRemovalEvt, // FIXME: Temporarily disabled for performance
|
||||
ClearActiveMuteOnMemberBanEvt,
|
||||
ReapplyActiveMuteOnJoinEvt,
|
||||
],
|
||||
|
|
|
@ -38,8 +38,9 @@ export const PingableRolesPlugin = zeppelinGuildPlugin<PingableRolesPluginType>(
|
|||
|
||||
// prettier-ignore
|
||||
events: [
|
||||
TypingEnablePingableEvt,
|
||||
MessageCreateDisablePingableEvt,
|
||||
// FIXME: Temporarily disabled for performance. This is very buggy anyway, so consider removing in the future.
|
||||
// TypingEnablePingableEvt,
|
||||
// MessageCreateDisablePingableEvt,
|
||||
],
|
||||
|
||||
beforeLoad(pluginData) {
|
||||
|
|
Loading…
Add table
Reference in a new issue