From 810dc9cea022031231c0fd268e7e59811735c091 Mon Sep 17 00:00:00 2001 From: Catherine Date: Thu, 18 Sep 2025 13:23:35 +0000 Subject: [PATCH] Disable swap on fly.io. This just results in latency spikes with big uploads. --- fly.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/fly.toml b/fly.toml index 7f58caa..390585c 100644 --- a/fly.toml +++ b/fly.toml @@ -6,7 +6,6 @@ # - GIT_PAGES_CONFIG app = "git-pages" -swap_size_mb = 512 [build] dockerfile = "Dockerfile"