re-enable turnstile

This commit is contained in:
evanpelle
2026-05-03 21:33:49 -06:00
parent fdc4a6ae68
commit 853216f965
+1 -3
View File
@@ -40,9 +40,7 @@ const workerId = parseInt(process.env.WORKER_ID ?? "0");
const log = logger.child({ comp: `w_${workerId}` });
const playlist = new MapPlaylist();
// TEMPORARY: Turnstile validation disabled while we diagnose intermittent
// invalid-input-response rejections in v31. Flip back to true to re-enable.
const TURNSTILE_ENABLED = false;
const TURNSTILE_ENABLED = true;
// Worker setup
export async function startWorker() {