Both values are read in logcollector/main.c but not in win32/win_agent.c
loop_timeout = getDefine_Int("logcollector", "loop_timeout", 1, 120);
open_file_attempts = getDefine_Int("logcollector", "open_attempts", 2, 998);
loop_timeout is imho not critical. On win32 it is not critical because
sleep(loop_timeout +2); is used.
open_file_attempts with value "0" leads imho to unnecessary logfile rereads and should be fixed.