Remove locking config (#3519)
This flag is no longer needed. It was used to control file locking on the *.data files. Co-authored-by: Sebastian Carlos <sebastiancarlos@gmail.com>
This commit is contained in:
@@ -177,12 +177,6 @@ int CmdDiagnostics::execute (std::string& output)
|
||||
<< env
|
||||
<< '\n';
|
||||
|
||||
out << " Locking: "
|
||||
<< (Context::getContext ().config.getBoolean ("locking")
|
||||
? "Enabled"
|
||||
: "Disabled")
|
||||
<< '\n';
|
||||
|
||||
out << " GC: "
|
||||
<< (Context::getContext ().config.getBoolean ("gc")
|
||||
? "Enabled"
|
||||
|
||||
Reference in New Issue
Block a user