From 73e79ad2ffc20c5d5dbdf971cd57229c7e2886fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 31 Jul 2018 16:06:52 +0200 Subject: [PATCH] Adjust default budget for configurator --- web/typo3conf/ext/ep_events/Configuration/TypoScript/setup.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/typo3conf/ext/ep_events/Configuration/TypoScript/setup.txt b/web/typo3conf/ext/ep_events/Configuration/TypoScript/setup.txt index 442cd88b..13cd948b 100644 --- a/web/typo3conf/ext/ep_events/Configuration/TypoScript/setup.txt +++ b/web/typo3conf/ext/ep_events/Configuration/TypoScript/setup.txt @@ -117,7 +117,7 @@ plugin.tx_epevents { } } defaults { - budget = 6 + budget = 4 } } }