From 7d95d47c73bbf9efe9c332237d1e6c9a3b79c206 Mon Sep 17 00:00:00 2001 From: jknapp Date: Mon, 5 Jan 2026 20:47:32 -0800 Subject: [PATCH] Update relay server defaults and repo links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update index.html links to repo.anhonesthost.net - Adjust rate limit defaults in .env.example 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- macropad-relay/.env.example | 4 ++-- macropad-relay/public/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/macropad-relay/.env.example b/macropad-relay/.env.example index e078647..45adbaf 100644 --- a/macropad-relay/.env.example +++ b/macropad-relay/.env.example @@ -13,8 +13,8 @@ BCRYPT_ROUNDS=10 SESSION_ID_LENGTH=6 # Rate limiting -RATE_LIMIT_WINDOW_MS=900000 -RATE_LIMIT_MAX=100 +RATE_LIMIT_WINDOW_MS=90 +RATE_LIMIT_MAX=1024 # WebSocket timeouts (in milliseconds) PING_INTERVAL=30000 diff --git a/macropad-relay/public/index.html b/macropad-relay/public/index.html index ddf7dac..2517747 100644 --- a/macropad-relay/public/index.html +++ b/macropad-relay/public/index.html @@ -163,11 +163,11 @@