From 651048a35f380d5e412fa08bb287ac7756d9801e Mon Sep 17 00:00:00 2001 From: Sindre Svendby <1047421+SindreSvendby@users.noreply.github.com> Date: Sat, 4 Nov 2023 22:31:11 +0100 Subject: [PATCH] Fixed markdown syntax and typo (#2563) * Fixed markdown syntax was not rendered * Superdmin -> Superadmin --- README.md | 2 +- frontend/src/lib/components/SuperadminSettings.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61b5aa7dd6..d3e87a1af2 100644 --- a/README.md +++ b/README.md @@ -321,7 +321,7 @@ it being synced automatically everyday. | INSTANCE_EVENTS_WEBHOOK | None | Webhook to notify of events such as new user added, signup/invite. Can hook back to windmill to send emails | | GLOBAL_CACHE_INTERVAL | 10\*60 | (Enterprise Edition only) Interval in seconds in between bucket sync of the cache. This interval \* 2 is the time at which you're guaranteed all the worker's caches are synced together. | Worker | | WORKER_TAGS | 'deno,go,python3,bash,flow,hub,dependency' | The worker groups assigned to that workers | Worker | -| DEDICATED_WORKER | None | Unique script to run on that worker. Has to be in the form of : | Worker | +| DEDICATED_WORKER | None | Unique script to run on that worker. Has to be in the form of `:` | Worker | | CUSTOM_TAGS | None | The custom tags assignable to scripts. | Server | | JOB_RETENTION_SECS | 60*60*24\*60 //60 days | **Overriden by the instance settings UI** The time in seconds after which jobs get deleted. Set to 0 or -1 to never delete | | WAIT_RESULT_FAST_POLL_INTERVAL_MS | 50 | The time in between polling for the run_wait_result endpoints in fast poll mode | Server | diff --git a/frontend/src/lib/components/SuperadminSettings.svelte b/frontend/src/lib/components/SuperadminSettings.svelte index 7742cf1dad..6a1fc0d0a9 100644 --- a/frontend/src/lib/components/SuperadminSettings.svelte +++ b/frontend/src/lib/components/SuperadminSettings.svelte @@ -115,7 +115,7 @@ }} > - +