sui_v1.41.1_1737598542_release
This fixes a panic that was seen when rosetta constructs a jsonrpc client with max_concurrent_requests of usize::MAX by changing how client construction happens to have the default be to disable any limit in concurrent requests (which is essentially what rosetta was trying to do).