Skip to content

Commit

Permalink
Effectively disable timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
duytnguyendtn committed Aug 7, 2024
1 parent 49eefb7 commit 5a61cc9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ def vue_load_selected_data(self, _=None):
str(entry["URL"]), # Open URL as FITS object
data_label=f"{self.source}_{self.resource_selected}_{entry.get('Title', entry.get('URL', ''))}", # noqa: E501
cache=False,
timeout=1e6 # Set to arbitrarily large value to prevent timeouts
)
except Exception as e:
self.hub.broadcast(
Expand Down

0 comments on commit 5a61cc9

Please sign in to comment.