Skip to content

Commit 294bc43

Browse files
authored
Merge pull request JunoLab#718 from JunoLab/sp/disablecycler
disable process cycler by default
2 parents 9f00426 + 96c82ab commit 294bc43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/package/config.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ config =
1616
title: 'Boot Mode'
1717
type: 'string'
1818
description: '`Basic` spins up a local Julia process on demand and is the most
19-
robust option. The `Cycler` will keep three local Julia processes
19+
robust option. The `Cycler` will keep a few local Julia processes
2020
around at all times to reduce downtime when a process exits.
2121
`External Terminal` opens an external terminal and connects it to Juno,
2222
much like the `Julia Client: Connect Terminal` command.
@@ -25,7 +25,7 @@ config =
2525
in the editor or pressing `Enter` in the REPL tab will start
2626
a remote Julia process instead of a local one.'
2727
enum: ['Basic', 'Cycler', 'External Terminal', 'Remote']
28-
default: 'Cycler'
28+
default: 'Basic'
2929
radio: true
3030
order: 1
3131
optimisationLevel:

0 commit comments

Comments
 (0)