Skip to content

Commit 24f4306

Browse files
dholbertchmanchester
authored andcommitted
Wrap comment to 80 chars in sample scheduler.conf
First line of the sample scheduler.conf is currently ``` # The socket address the scheduler will listen on. It's strongly recommended to listen ``` which is 86 characters wide, which is too wide to fit in many default-sized terminal windows (e.g. as you edit/view this file locally, starting with the sample contents). This commit just wraps the comment at 80 cols.
1 parent e59cc28 commit 24f4306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DistributedQuickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ The scheduler is a daemon that manages compile request from clients and parcels
2525

2626
Create a scheduler.conf file to configure client/server authentication. A minimal example looks like:
2727
```toml
28-
# The socket address the scheduler will listen on. It's strongly recommended to listen
29-
# on localhost and put a HTTPS server in front of it.
28+
# The socket address the scheduler will listen on. It's strongly recommended
29+
# to listen on localhost and put a HTTPS server in front of it.
3030
public_addr = "127.0.0.1:10600"
3131

3232
[client_auth]

0 commit comments

Comments
 (0)