Hi,
I have upgraded our environment to 2021.1. This is the first version with (mandatory) Indicium for us.
In SQL Server Profiler I see that there is a query running every second that checks if there is a pending system flow: SELECT * FROM i_core_pending_system_flow WHERE date_time BETWEEN @after_date AND @before_date;
At this moment we do not use (automatic) system flows, so my question is if it possible to change or disable this ‘every second’-interval?
Thnx.
Patrick