forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config nolocking
Byrne edited this page Nov 1, 2010
·
1 revision
On some Windows systems, neither flock() nor link() are available, so you can't use the default flock() locking, nor can you use the NFS-safe locking. In such cases, you can turn on the NoLocking option. Note that you should ONLY do this if your system supports nothing else--it is a last resort, because it increases the likelihood of database corruption. However, if you are the only person using the system (for example, if this is your personal server), this should not be as much of an issue.
Default value: 0
(use locking)
Example:
NoLocking 1
- Categories: Appendix: Configuration Directives
- Tags: config