Martin Hoffmann

Results 199 comments of Martin Hoffmann

I’ll look into if and how that is possible – these texts are auto-generated by the command line library we are using. I’ll leave the issue open as a reminder.

In #607, I added an ‘after help’ message to all the subcommands that will be printed at the bottom of the help output and says ‘Additional global options are available....

Not really. Config reload will require some rewiring. Probably best to just shut everything down, reload the config, and start up again.

I think the best way is to use the pipe approach and ‘select’ for that instead of the current `idle.wait()` in `Server::run`.

This is probably best implemented by refactoring the current configuration, so this has to wait until 0.12.0.

Thank you for the report! Interesting. There’s nothing obviously wrong with the code, so I guess I have to dive a bit deeper …

When you zoom in a bit, do you see short bursts of CPU usage? Typically, things should be a bit hectic for a minute or two and then calm for...

Thanks for the report and the graphs! While we expected higher RAM usage due to the new database in 0.9, it certainly is too much now and consumption also seems...

After some discussion on the Discord, the conclusion is to keep the feature, change the default value for the configuration variable to `accept` (i.e., don’t even log occurrences), and improve...

Some of it is in #698. I’ve had a look at making a more type safe HTTP response builder that wouldn’t require unwraps but this is too close to framework...