We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72c58f commit 4c2bb4bCopy full SHA for 4c2bb4b
snapshot.h
@@ -13,9 +13,9 @@ extern "C" {
13
#endif
14
15
// Timeout for UDS connections
16
-#define UDS_CONNECTION_TIMEOUT_US 5000000UL // 5 seconds
+#define UDS_CONNECTION_TIMEOUT_US 15000000UL // 15 seconds
17
// UDS socket idle check period
18
-#define UDS_IDLE_CHECK_PERIOD_US 1000000UL // 1 second
+#define UDS_IDLE_CHECK_PERIOD_US 5000000UL // 5 seconds
19
20
#define UDS_PATH_TEMPLATE "/tmp/hashpipe_grpc.dp_%s.sock"
21
0 commit comments