We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
in version 0.3.0-alpha.1, the default StanSubscribe code is:
0.3.0-alpha.1
StanSubscribe
impl Default for StanSubscribe { fn default() -> Self { StanSubscribe { ... ack_wait_in_secs: DEFAULT_ACK_WAIT, ... } } }
but DEFAULT_ACK_WAIT is defined as:
DEFAULT_ACK_WAIT
const DEFAULT_ACK_WAIT: i32 = 30 * 60000;
so the default ack_wait_in_secs is set to nearly 3 weeks :)
ack_wait_in_secs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
in version
0.3.0-alpha.1
, the defaultStanSubscribe
code is:but
DEFAULT_ACK_WAIT
is defined as:so the default
ack_wait_in_secs
is set to nearly 3 weeks :)The text was updated successfully, but these errors were encountered: