Hi everyone, What is the default value for timeAllowed to make it behave as if it is not set? Is it "-1" or some other number?
Rather than writing my code to include or not include timeAllowed in the query parameter, I rather have it be part of my query all the time and only change the value if it is set to a value so I get the behaviour I want: wait indefinitely or give up based on the value timeAllowed is set to. Thanks Steven