Configure apoc.export.csv.query timeout

Hi :),

Where can I find the configuration parameter for apoc.export.csv.query() timeout?

We have some queries that are executed on a daily basis to load information, but we just get this error:

Failed to invoke procedure `apoc.export.csv.query`: Caused by: java.lang.RuntimeException: Error polling, timeout of 100 seconds reached.

We want to increase this limiting parameter.

I've only found dbms.transactions.timeout which default is 0 seconds, also dbms.lock.acquisition.timeout which is also set to 0 seconds as default.

Thanks

Hello @Franbr31 :slightly_smiling_face:

Have you looked at this page? It explains everything about exporting to CSV format as well as configuration settings.

Regards,
Cobra