diff --git a/options/custom/containers/open-webui.nix b/options/custom/containers/open-webui.nix
index 79d4074..b5af431 100644
--- a/options/custom/containers/open-webui.nix
+++ b/options/custom/containers/open-webui.nix
@@ -28,9 +28,10 @@ in {
         environment = {
           PORT = 3033; # 8080/tcp
 
-          # HACK: Offline Ollama endpoints result in an unusable interface, so cap timeout
+          #!! Low timeout causes text streaming to halt, increase if reached
           # https://github.com/open-webui/open-webui/issues/11228
-          AIOHTTP_CLIENT_TIMEOUT = 5; # 300 seconds by default
+          # https://github.com/open-webui/open-webui/issues/11320
+          #// AIOHTTP_CLIENT_TIMEOUT = 300; # Seconds
         };
       };
     };