Fix the time limit on segment estimation
The estimate on segments is a synchronous call, meaning it has a time limit. If the segment calculation takes too long, the request will timeout. It is time consuming to work with big or complicated queries. However, this does not apply to live segments. Live segment calculations are performed...
STATUS DETAILS
New