MagicSource
MagicSource
I got no such field in Options. also, why does vlog file has relation to the memory usage?
@werbenhu Hi, for a user, I just want use it out-of-box. I didn't do any further config either have a very large throughoutput on my server, the size should be...
I mean, the messages stores when program stop, and when start, it should resume old unsent messages, this should be a default bahavior
@thedevop thanks, does the hooks provide in example with Badger can be used directly? need install anything else and configuration anything else?
@thedevop Can it work out of box without any further configurations? Enable the hook, and the unsent message can be automatically resumed?
@thedevop Oh, no, this make things worse, it introduce annoying yaml files to run the lib, can't it set as default behavior to restore messages?
@dgduncan thanks, will this work? ``` err = server.AddHook(new(badger.Hook), &badger.Options{Path: "./uploads"}) if err != nil { log.Fatal(err) } ``` uploads are relative to root of my exe project.
Hi, I tested th exmaple, it;s not work in production, It produced 4GB bin files but my server can not handle it, and I think the message amount didn't get...
@werbenhu Hi, if enable v2.6.0, can the issue resolved? Have u guys tested with it? And the cache file would be how large?