Fixed some typos and formatting issues in docs

This commit is contained in:
Jameson Finney
2016-01-30 22:37:28 -05:00
parent 594fc43a85
commit 8ec50f11cd
24 changed files with 52 additions and 53 deletions

View File

@@ -11,7 +11,7 @@ $config['memcached']['port'] = 11211;
```
By default values are kept for 4 Minutes inside the memcached, you can adjust this retention time by modifying the `$config['memcached']['ttl']` value to any desired amount of seconds.
It's strongly discouraged to set this above `300` (5 Minutes) to avoid interferences with the polling, discovery and alerting processes.
It's strongly discouraged to set this above `300` (5 Minutes) to avoid interference with the polling, discovery and alerting processes.
If you use the Distributed Poller, you can point this to the same memcached instance. However a local memcached will perform better in any case.