From e297dcd9c114455761c6db54578cb46f19b92fd3 Mon Sep 17 00:00:00 2001 From: sbkolate Date: Tue, 9 Aug 2016 11:33:03 +0530 Subject: [PATCH] Updated limits Updated limits from following link https://frappe.github.io/frappe/user/en/bench/guides/settings-limits --- frappe/data/sample_site_config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frappe/data/sample_site_config.json b/frappe/data/sample_site_config.json index 21f7f5910c..1bf3914039 100644 --- a/frappe/data/sample_site_config.json +++ b/frappe/data/sample_site_config.json @@ -2,6 +2,13 @@ "db_name": "testdb", "db_password": "password", "mute_emails": true, + + "limits": { + "emails": 1500, + "space": 0.157, + "expiry": "2016-07-25", + "users": 1 + } "developer_mode": 1, "auto_cache_clear": true,