diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -64,9 +64,9 @@ work. Just run | |||
64 | 64 | ||
65 | lua check-links.lua [-n] {<url>} > output | 65 | lua check-links.lua [-n] {<url>} > output |
66 | 66 | ||
67 | and open the result to see a list of broken links. You can | 67 | and open the result to see a list of broken links. Make sure |
68 | also use the '-n' switch to run the same program in | 68 | you check the '-n' switch. It runs in non-blocking mode, |
69 | non-blocking mode to see how much faster things can get. | 69 | using coroutines, and is MUCH faster! |
70 | 70 | ||
71 | forward.lua -- coroutine based forward server | 71 | forward.lua -- coroutine based forward server |
72 | 72 | ||