tailableRetryInterval property
Specify the miliseconds between getMore on tailable cursor, only applicable when awaitData isn't set. Default value is 100 ms
Implementation
int tailableRetryInterval = 100;
Specify the miliseconds between getMore on tailable cursor, only applicable when awaitData isn't set. Default value is 100 ms
int tailableRetryInterval = 100;