Skip to content

Commit c408fd4

Browse files
committed
switch default back to ram
1 parent 1831cab commit c408fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tempdir",
5151
"ram"
5252
],
53-
"default": "tempdir",
53+
"default": "ram",
5454
"description": "Set if the search index should be purely in-mmemory (ram) or swapped to disk with mmap (tempdir)."
5555
},
5656
"fuzzyRubyServer.indexGems": {

0 commit comments

Comments
 (0)