You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Problem is described in #3515 (comment). If request timeout configuration is small, then OID-reading routine may fail due to request context timeout. I'd not consider this behaviour as a bug, but at the same time it's something that can be improved.
Describe the solution you'd like
The only thing that came to my mind is to make the receiver channel's buffer size be multiple of index file size in order to avoid possible awaiting on "send to OID channel" operation in the middle of index file parsing.
Describe alternatives you've considered
Other alternatives are welcomed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Problem is described in #3515 (comment). If request timeout configuration is small, then OID-reading routine may fail due to request context timeout. I'd not consider this behaviour as a bug, but at the same time it's something that can be improved.
Describe the solution you'd like
The only thing that came to my mind is to make the receiver channel's buffer size be multiple of index file size in order to avoid possible awaiting on "send to OID channel" operation in the middle of index file parsing.
Describe alternatives you've considered
Other alternatives are welcomed.
The text was updated successfully, but these errors were encountered: