What's the impact on the performance from WatchListOptions::requestTimeout()? I found the following comment+code in RTSDL/ETA PerfTools RTSDK-2.0.3.L2.java.rrg/Java/Eta/Applications/PerfTools/src/main/java/com/refinitiv/eta/perftools/consperf/ConsumerThread.java :
// set request timeout to 0, request timers reduce performance
_role.watchlistOptions().requestTimeout(0);
Thank you