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:
@@ -209,14 +209,6 @@ Note that the TASKDATA environment variable overrides this setting.
|
||||
.B hooks.location=$HOME/.task/hooks
|
||||
This is a path to the hook scripts directory. By default it is ~/.task/hooks.
|
||||
|
||||
.TP
|
||||
.B locking=1
|
||||
Determines whether to use file locking when accessing the database. Defaults to
|
||||
"1". Solaris users who store the database on an NFS mount may need to set
|
||||
locking to "0". Note that there is danger in setting this value to "0" -
|
||||
another program (or another instance of task) may write to the database at the
|
||||
same time.
|
||||
|
||||
.TP
|
||||
.B gc=1
|
||||
Can be used to temporarily suspend garbage collection (gc), so that task IDs
|
||||
|
||||
Reference in New Issue
Block a user