mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 19:27:44 +02:00
QFIX: Restore services work (#7641)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user