UBERF-8518: Optimize client model (#7000)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-10-21 13:12:45 +07:00
committed by GitHub
parent 001b2dd0d6
commit 0b1af0da90
11 changed files with 241 additions and 165 deletions
+1
View File
@@ -37,6 +37,7 @@ export async function createPlatformClient (
{ mode: 'github' }
)
setMetadata(client.metadata.ConnectionTimeout, timeout)
setMetadata(client.metadata.FilterModel, 'client')
const endpoint = await getTransactorEndpoint(token)
const connection = await (
await clientResources()