Skip to content

Commit

Permalink
clean up white space and add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Dec 13, 2023
1 parent 6464a98 commit 63e81c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/ConversionServerErrorModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ const ConversionServerErrorModal: React.FC<ConversionServerErrorModalProps> = ({
experiencing an issue.
</p>
<p>
{" "}
Please try again at a later time. For further assistance, please
visit{" "}
visit
<a
href="https://forum.allencell.org/"
target="_blank"
rel="noreferrer"
>
{" "}
The Allen Cell Discussion Forum.{" "}
The Allen Cell Discussion Forum.
</a>
</p>
</CustomModal>
Expand Down
1 change: 1 addition & 0 deletions src/state/trajectory/logics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63e81c2

Please sign in to comment.