mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-11 20:55:01 +00:00
Batch embed logs. Always use log batching.
This commit is contained in:
parent
0b7a5dbfbc
commit
001b6d00ea
4 changed files with 225 additions and 86 deletions
|
@ -266,7 +266,7 @@ export const LogsPlugin = zeppelinGuildPlugin<LogsPluginType>()({
|
|||
state.archives = GuildArchives.getGuildInstance(guild.id);
|
||||
state.cases = GuildCases.getGuildInstance(guild.id);
|
||||
|
||||
state.batches = new Map();
|
||||
state.buffers = new Map();
|
||||
|
||||
state.regexRunner = getRegExpRunner(`guild-${pluginData.guild.id}`);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue