fix: lower big zap threshold
This commit is contained in:
@ -174,7 +174,7 @@ export function LiveChat({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const BIG_ZAP_THRESHOLD = 100_000;
|
const BIG_ZAP_THRESHOLD = 50_000;
|
||||||
|
|
||||||
function ChatZap({ zap }: { zap: ParsedZap }) {
|
function ChatZap({ zap }: { zap: ParsedZap }) {
|
||||||
if (!zap.valid) {
|
if (!zap.valid) {
|
||||||
|
Reference in New Issue
Block a user