This message was deleted.
# opal
s
This message was deleted.
o
Hi @Rajat the timout for fetching data can be controlled by using
OPAL_FETCHING_CALLBACK_TIMEOUT
(https://github.com/permitio/opal/blob/d943114eb2e9ac2e180772c88cf2b0a5bdf1c819/packages/opal-common/opal_common/config.py#L93) Setting the time in seconds
That being said you might want to add another cache layer instead (e.g. Redis) for just the baseline data , as this would make it easier for you to scale the system
r
Hey @Or Weis thanks for the response. I already tried this and am passing it as env variable when starting OPAL client. But it does not seem to be working. Am I doing something wrong here. PS: Just doing it for POC purpose thats why env are deaclared this way.
o
You are missing the "OPAL_" prefix 😊😉
💪 1
r
Ohhh, shit my bad. Let me add it😅
Thankss again man. That was really quick
o
With pleasure