https://github.com/tancehao/ConstDB/blob/5e5a1b51773c4f9b4d33062b377b4e37d223baec/src/server.rs#L99 In daemon mode, if the user accidentally starts it twice, setting reuse to true will run two processes, which should not be the expected behavior.
ConstDB/src/server.rs
Line 99 in 5e5a1b5
In daemon mode, if the user accidentally starts it twice, setting reuse to true will run two processes, which should not be the expected behavior.