From e9d639f7d6f21498c450db36d46e1e6ac6c0b17e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 8 Aug 2022 09:56:53 -0400 Subject: Remove some TODOs I don't like TODOs in my codebase, I'd rather keep them in org files. Eventually I need a linter that prevents all TODOs from getting into code. --- Urbit/Harbor.hs | 5 ----- Urbit/Harbor.nix | 7 ------- 2 files changed, 12 deletions(-) (limited to 'Urbit') diff --git a/Urbit/Harbor.hs b/Urbit/Harbor.hs index 8c53e0c..1477c37 100644 --- a/Urbit/Harbor.hs +++ b/Urbit/Harbor.hs @@ -31,11 +31,6 @@ Service Template: [Install] WantedBy=multi-user.target -TODO: - - use systemd.resource-control to limit memory/CPU for ships - - Urbit.Cloud controller will set different limits by reading/editing the - ini file, and change price to customer - - figure out what firewall stuff i need to do -} module Urbit.Harbor where diff --git a/Urbit/Harbor.nix b/Urbit/Harbor.nix index 72507d0..50abc53 100644 --- a/Urbit/Harbor.nix +++ b/Urbit/Harbor.nix @@ -31,13 +31,6 @@ Service Template: [Install] WantedBy=multi-user.target - - -TODO: - - use systemd.resource-control to limit memory/CPU for ships - - Urbit.Cloud controller will set different limits by reading/editing the - ini file, and change price to customer - - figure out what firewall stuff i need to do */ let -- cgit v1.2.3