QFIX: Restore services work (#7641)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-01-11 21:53:04 +07:00
committed by GitHub
parent 59141b9096
commit dc9240218f
9 changed files with 109 additions and 57 deletions
+2
View File
@@ -36,6 +36,8 @@ export async function createPlatformClient (
},
{ mode: 'github' }
)
setMetadata(client.metadata.UseBinaryProtocol, true)
setMetadata(client.metadata.UseProtocolCompression, true)
setMetadata(client.metadata.ConnectionTimeout, timeout)
setMetadata(client.metadata.FilterModel, 'client')
const endpoint = await getTransactorEndpoint(token)