mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-16 17:39:44 -07:00
make TAGMSG storage configurable
This commit is contained in:
+1
-1
@@ -546,7 +546,7 @@ func (server *Server) applyConfig(config *Config) (err error) {
|
||||
server.channels.loadRegisteredChannels(config)
|
||||
}
|
||||
// resize history buffers as needed
|
||||
if oldConfig.History != config.History {
|
||||
if config.historyChangedFrom(oldConfig) {
|
||||
for _, channel := range server.channels.Channels() {
|
||||
channel.resizeHistory(config)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user