wsgidav.samples.mongo_dav_provider.DbCollection.prevent_locking¶
- DbCollection.prevent_locking()¶
Return True, to prevent locking.
This default implementation returns
False
, so standard processing takes place: locking (and refreshing of locks) is implemented using the lock manager, if one is configured.