From a15f40008528386df51891646a47ae25e6189166 Mon Sep 17 00:00:00 2001 From: Umputun Date: Mon, 5 Feb 2018 01:28:07 -0600 Subject: [PATCH] text fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e0664c2..975b1a78 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ Sort can be `time` or `score`. Supported sort order with prefix -/+, i.e. `-time - Each site stored in a separate boltbd file. - In order to migrate/move remark42 to another host boltbd files should be transferred. - Automatic backup process runs every 24h and exports all content in json-like format to `backup-remark-YYYYMMDD.gz`. -- Sessions implemented with [gorilla/sessions](https://github.com/gorilla/sessions) and file-system store under `SESSION_STORE` path and it uses HttpOnly, secure cookies. +- Sessions implemented with [gorilla/sessions](https://github.com/gorilla/sessions) and file-system store under `SESSION_STORE` path. It uses HttpOnly, secure cookies. - All heavy REST calls cached internally, default expiration 4h - Users activity throttled globally (up to 1000) and limited locally (per user, up to 10 req/sec) - Request timeout set to 60sec