From d213cc3b9825ee8c4e00ad6f8dff99156a9e694f Mon Sep 17 00:00:00 2001 From: Frikky Date: Wed, 2 Apr 2025 23:07:51 +0200 Subject: [PATCH] Also made requests not stupid slow due to waiting for Tenzir for no reason --- functions/onprem/orborus/orborus.go | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/onprem/orborus/orborus.go b/functions/onprem/orborus/orborus.go index b990c032..a945dd80 100755 --- a/functions/onprem/orborus/orborus.go +++ b/functions/onprem/orborus/orborus.go @@ -3,7 +3,6 @@ package main /* Orborus exists to listen for new jobs from Shuffle. This is to run workflows, pipelines, and other tasks. */ - import ( "archive/zip" "bytes"