From 8e13cc326562b4788d3f71f11c69732b2e7c005f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 May 2025 15:24:41 -0400 Subject: [PATCH] Fix indentation in fly.toml and increase CPU count to 4 --- fly.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fly.toml b/fly.toml index 7e10cdb..daa7617 100644 --- a/fly.toml +++ b/fly.toml @@ -9,14 +9,14 @@ primary_region = 'iad' [build] [http_service] - internal_port = 8000 - force_https = true - auto_stop_machines = 'stop' - auto_start_machines = true - min_machines_running = 0 - processes = ['app'] +internal_port = 8000 +force_https = true +auto_stop_machines = 'stop' +auto_start_machines = true +min_machines_running = 0 +processes = ['app'] [[vm]] - memory = '1gb' - cpu_kind = 'shared' - cpus = 1 +memory = '1gb' +cpu_kind = 'shared' +cpus = 4