Skip to content

Commit

Permalink
change flow grpc timeout config
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Oct 15, 2024
1 parent 7f16bcb commit 2c23a6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class FlowApiGrpcClient(flowApiChannelUri: URI) {
}
}
.idleTimeout(60, TimeUnit.SECONDS)
.keepAliveTime(10, TimeUnit.SECONDS)
.keepAliveTimeout(10, TimeUnit.SECONDS)
.keepAliveTime(300, TimeUnit.SECONDS)
.keepAliveTimeout(300, TimeUnit.SECONDS)
.intercept(GrpcLoggingInterceptor())
.build()

Expand Down

0 comments on commit 2c23a6c

Please sign in to comment.