Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
arut committed Dec 16, 2018
1 parent e7f9192 commit 9979c8e
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ brings certain compatibility benefits.
However this redundancy can be easily eliminated in the ``config`` file.


Testing
=======

The module tests require standard nginx-tests_ and Perl ``HTTP::DAV`` library.

.. code-block:: bash
$ export PERL5LIB=/path/to/nginx-tests/lib
$ export TEST_NGINX_BINARY=/path/to/nginx
$ prove t
Locking
=======

Expand All @@ -56,7 +68,8 @@ Locking
- All currently held locks are kept in a list.
Checking if an object is constrained by a lock requires O(n) operations.
A huge number of simultaneously held locks may degrade performance.
Thus it is not recommended to have a large lock timeout.
Thus it is not recommended to have a large lock timeout which would increase
the number of locks.


Directives
Expand Down Expand Up @@ -102,18 +115,6 @@ current scope, HTTP methods LOCK and UNLOCK should also be explicitly specified
in the ``dav_ext_methods``.


Testing
=======

The module tests require standard nginx-tests_ and Perl ``HTTP::DAV`` library.

.. code-block:: bash
$ export PERL5LIB=/path/to/nginx-tests/lib
$ export TEST_NGINX_BINARY=/path/to/nginx
$ prove t
Example 1
=========

Expand Down

0 comments on commit 9979c8e

Please sign in to comment.