settings.coffee: set the 'collaborators' value to '-1' as in the default file.
This commit is contained in:
parent
6be8734ada
commit
d64b29de76
|
@ -340,7 +340,7 @@ settings =
|
||||||
notifications:undefined
|
notifications:undefined
|
||||||
|
|
||||||
defaultFeatures:
|
defaultFeatures:
|
||||||
collaborators: true
|
collaborators: -1
|
||||||
dropbox: true
|
dropbox: true
|
||||||
versioning: true
|
versioning: true
|
||||||
compileTimeout: 3600
|
compileTimeout: 3600
|
||||||
|
|
Loading…
Reference in New Issue