corda / net.corda.client.rpc / CordaRPCClientConfiguration / reapInterval

reapInterval

open val reapInterval: Duration

The interval of unused observable reaping. Leaked Observables (unused ones) are detected using weak references and are cleaned up in batches in this interval. If set too large it will waste server side resources for this duration. If set too low it wastes client side cycles. The default is to check once per second.