fix: add country filters and reliable ad video streaming

This commit is contained in:
2026-08-21 16:25:44 +03:00
parent fdff6a0a26
commit 5b498aaefd
11 changed files with 198 additions and 15 deletions
+1
View File
@@ -18,6 +18,7 @@ export const KURALLAR = {
giris: { limit: 10, sureMs: 15 * 60 * 1000 },
kayit: { limit: 5, sureMs: 60 * 60 * 1000 },
arama: { limit: 60, sureMs: 60 * 1000 },
medya: { limit: 300, sureMs: 60 * 1000 },
} as const;
export type KuralAdi = keyof typeof KURALLAR;