about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-08-02 22:10:37 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-08-02 22:10:37 +0200
commit26d51d8d0a316885a4790a44e27572e5d121b2b3 (patch)
tree5e9f5dd0d091e66c45d9a64815361cff6349920e /README.md
parent75e30af849b2ce68c0a23aaa481ef9cb84c28db1 (diff)
downloadnq-26d51d8d0a316885a4790a44e27572e5d121b2b3.tar.gz
nq-26d51d8d0a316885a4790a44e27572e5d121b2b3.tar.xz
nq-26d51d8d0a316885a4790a44e27572e5d121b2b3.zip
rescanning dirs makes it worst-case quadratic
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 51d0052..15805f7 100644
--- a/README.md
+++ b/README.md
@@ -47,8 +47,8 @@ By default, job ids are per-directory, but you can set `$NQDIR` to put
 them elsewhere.  Creating `nq` wrappers setting `$NQDIR` to provide
 different queues for different purposes is encouraged.
 
-All these operations take worst-case linear time in the amount of lock
-files produced, so you should clean them regularly.
+All these operations take worst-case quadratic time in the amount of
+lock files produced, so you should clean them regularly.
 
 ## nq helpers