dfinity / agent-rs

A collection of libraries and tools for building software around the Internet Computer, in Rust.
https://sdk.dfinity.org/
Apache License 2.0
124 stars 77 forks source link

fix: decrease the ingress expiry default to 3 min #601

Closed rumenov closed 1 month ago

rumenov commented 1 month ago

Decrease the ingress expiry default.

Adding a message to be processed takes the order of seconds. We can expiry messages more aggressively.

Checklist: