fix: lower big zap threshold

This commit is contained in:
Alejandro Gomez 2023-07-26 16:33:12 +02:00
parent 59cf6506e0
commit a6caf709b1
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -174,7 +174,7 @@ export function LiveChat({
);
}
const BIG_ZAP_THRESHOLD = 100_000;
const BIG_ZAP_THRESHOLD = 50_000;
function ChatZap({ zap }: { zap: ParsedZap }) {
if (!zap.valid) {