You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disabling timeouts is a functionality that we have introduced for containers (#327), but it doesn't work in Qubes, for several reasons:
Our current read_*() helpers always take a timeout. This is easily fixed.
The server-side calculation of timeouts can be disabled only with a ENABLE_TIMEOUTS=0 environment variable. This is easily achievable in containers, but we don't want to rely on Qubes RPC policies to pass such a flag.
This will be solved once we have a solution for #443. Until then, it will be part of the #413 effort.
The text was updated successfully, but these errors were encountered:
Disabling timeouts is a functionality that we have introduced for containers (#327), but it doesn't work in Qubes, for several reasons:
read_*()
helpers always take a timeout. This is easily fixed.ENABLE_TIMEOUTS=0
environment variable. This is easily achievable in containers, but we don't want to rely on Qubes RPC policies to pass such a flag.This will be solved once we have a solution for #443. Until then, it will be part of the #413 effort.
The text was updated successfully, but these errors were encountered: