summaryrefslogtreecommitdiff
path: root/Urbit
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-08-08 09:56:53 -0400
committerBen Sima <ben@bsima.me>2022-08-08 09:56:53 -0400
commite9d639f7d6f21498c450db36d46e1e6ac6c0b17e (patch)
tree05d826528fe7c4f964f4f97dbf794e22da162883 /Urbit
parentaf3707e3acd8dc169506109410674f9f054eb1a7 (diff)
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.
Diffstat (limited to 'Urbit')
-rw-r--r--Urbit/Harbor.hs5
-rw-r--r--Urbit/Harbor.nix7
2 files changed, 0 insertions, 12 deletions
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