ticket #110 attempt 1
Some checks failed
DevPlace CI / test (pull_request) Failing after 12s

This commit is contained in:
Typosaurus 2026-07-23 03:46:04 +00:00
parent ad1736ebf1
commit c163fdfd3b

View File

@ -14,7 +14,7 @@ import { PubSubClient } from "../PubSubClient.js";
const CHAT_CSS_ID = "chat-css";
const TYPING_THROTTLE_MS = 1500;
const TYPING_HIDE_MS = 4000;
const AUTO_SCROLL_MARGIN_PX = 100;
const AUTO_SCROLL_MARGIN_PX = 0;
const STABILIZE_MAX_FRAMES = 300;
const SEND_TIMEOUT_MS = 8000;
const MOBILE_BREAKPOINT_PX = 768;