overseer changes

This commit is contained in:
legop3
2026-04-27 20:39:53 -04:00
parent f743f767a9
commit 286012809f
3 changed files with 5 additions and 5 deletions
@@ -1,7 +1,7 @@
module.exports = {
id: 'discordStalkerPing',
name: 'Stalker Ping',
goal: 800,
name: 'Discord Ping',
goal: 500,
async run(ctx) {
ctx.publishEvent({
source: 'buttonBoxReward',
+1 -1
View File
@@ -22,7 +22,7 @@ const ACTIVITY_WINDOW_MS = 60000;
const ACTIVITY_BUCKET_MS = 1000;
const ACTIVITY_SCORE_WINDOW_MS = 30000;
const SELF_TALK_WINDOW_MS = 30 * 60 * 1000;
const MAX_CONTEXT_EVENTS = 6;
const MAX_CONTEXT_EVENTS = 15;
const MAX_RUN_HISTORY = 30;
const MAX_ROVER_EVENTS = 400;
const POST_COOLDOWN_MS = 10000;