Skip to content

Commit

Permalink
Merge pull request #4984 from PrimozGodec/embedders-increase-timeout
Browse files Browse the repository at this point in the history
Embedders: increase a timeout
  • Loading branch information
janezd committed Sep 25, 2020
2 parents 06c3a23 + 13a3d48 commit 59beb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Orange/misc/server_embedder.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(
self._cache = EmbedderCache(model_name)

# default embedding timeouts are too small we need to increase them
self.timeout = 60
self.timeout = 180
self.num_parallel_requests = 0
self.max_parallel = max_parallel_requests
self.content_type = None # need to be set in a class inheriting
Expand Down

0 comments on commit 59beb38

Please sign in to comment.