From 6175d6665ac65a10f4d304157e0908f8f2f2d230 Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Tue, 5 May 2026 15:48:37 +0200 Subject: [PATCH] Lower actions interval --- www/common/sframe-common-outer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/sframe-common-outer.js b/www/common/sframe-common-outer.js index 4814c024c..a4adc9b78 100644 --- a/www/common/sframe-common-outer.js +++ b/www/common/sframe-common-outer.js @@ -1022,7 +1022,7 @@ define([ // First action (opening or creating a document) count threshold before showing the banner var CROWDFUNDING_MIN_ACTIONS = 5; // Additional actions required after each shown banner - var CROWDFUNDING_ACTIONS_INTERVAL = 15; + var CROWDFUNDING_ACTIONS_INTERVAL = 10; // Quota usage threshold for quota-based banner display var CROWDFUNDING_MIN_QUOTA_MB = 50; // Cooldown between banner displays based on last shown timestamp in milliseconds