We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713c929 commit 70e3a2eCopy full SHA for 70e3a2e
src/stats.rs
@@ -25,8 +25,8 @@ use crate::tools::{create_id, time};
25
26
pub(crate) const STATISTICS_BOT_EMAIL: &str = "self_reporting@testrun.org";
27
const STATISTICS_BOT_VCARD: &str = include_str!("../assets/statistics-bot.vcf");
28
-const SENDING_INTERVAL_SECONDS: i64 = 3600 * 24 * 7; // 1 week
29
-// const SENDING_INTERVAL_SECONDS: i64 = 60; // 1 minute (for testing)
+// const SENDING_INTERVAL_SECONDS: i64 = 3600 * 24 * 7; // 1 week
+const SENDING_INTERVAL_SECONDS: i64 = 60; // 1 minute (for testing)
30
const MESSAGE_STATS_UPDATE_INTERVAL_SECONDS: i64 = 4 * 60; // 4 minutes (less than the lowest ephemeral messages timeout)
31
32
#[derive(Serialize)]
0 commit comments