From 63e81c225c1cbe157b08a0d69ad82a2f013aecc3 Mon Sep 17 00:00:00 2001 From: Joe Heffernan Date: Tue, 12 Dec 2023 16:13:47 -0800 Subject: [PATCH] clean up white space and add todo comment --- src/components/ConversionServerErrorModal/index.tsx | 6 ++---- src/state/trajectory/logics.ts | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/ConversionServerErrorModal/index.tsx b/src/components/ConversionServerErrorModal/index.tsx index f80410bc..a271b8a7 100644 --- a/src/components/ConversionServerErrorModal/index.tsx +++ b/src/components/ConversionServerErrorModal/index.tsx @@ -32,16 +32,14 @@ const ConversionServerErrorModal: React.FC = ({ experiencing an issue.

- {" "} Please try again at a later time. For further assistance, please - visit{" "} + visit - {" "} - The Allen Cell Discussion Forum.{" "} + The Allen Cell Discussion Forum.

diff --git a/src/state/trajectory/logics.ts b/src/state/trajectory/logics.ts index efd14db4..ad8adcd2 100644 --- a/src/state/trajectory/logics.ts +++ b/src/state/trajectory/logics.ts @@ -381,6 +381,7 @@ const initializeFileConversionLogic = createLogic({ controller.configureNetwork(netConnectionConfig); } // check the server health + // TODO cut this comment down to size before merging // Originally thought to send checks every 15 seconds, // currently sending a flurry of checks, 3 seconds apart, 15 seconds total. // If any come back true we assume we're good for now... this timing is arbitrary