Commit 21480eb7 authored by Grant's avatar Grant
Browse files

omg

parent 8bbc5d7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ import { Palette } from "../utils/Palette";
import { VersionService } from "./VersionService";

const VERSION = VersionService.getVersion();
const PIXEL_TIMEOUT_MS = 1000;
const PIXEL_TIMEOUT_MS = 30000;

type PaletteConfig = { colors: PaletteColor[]; pixel_cooldown: number };
type ChatConfig = {