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 57dc600 commit 8dc2694Copy full SHA for 8dc2694
.github/docker/Dockerfile
@@ -46,6 +46,6 @@ EXPOSE ${GRPC_PORT:-2136}
46
EXPOSE ${MON_PORT:-8765}
47
EXPOSE ${YDB_KAFKA_PROXY_PORT:-9092}
48
49
-HEALTHCHECK --start-period=60s --interval=1s CMD sh /health_check
+HEALTHCHECK --start-period=60s --interval=60s CMD sh /health_check
50
51
CMD ["sh", "/initialize_local_ydb"]
ydb/tests/library/harness/resources/default_yaml.yml
@@ -117,7 +117,7 @@ actor_system_config:
117
name: "IC"
118
time_per_mailbox_micro_secs: 100
119
scheduler:
120
- resolution: 256
+ resolution: 1024
121
spin_threshold: 0
122
progress_threshold: 10000
123
sys_executor: 0
0 commit comments