Skip to content

Commit be2b6ff

Browse files
committed
adjust default performance limiter
1 parent a939cfe commit be2b6ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OneWare.Core/App.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ protected virtual AvaloniaObject CreateShell()
227227
});
228228

229229
settingsService.RegisterSetting("Editor", "Assistance", "TypeAssistance_DisableLargeFile_Min",
230-
new SliderSetting("Disable Assistance for Large Files", 100000, 50000, 1000000, 1000)
230+
new SliderSetting("Disable Assistance for Large Files", 1000000, 50000, 10000000, 1000)
231231
{
232232
MarkdownDocumentation =
233233
"If a document is larger than the specified amount of chars, assistance will be disabled for performance reasons"

0 commit comments

Comments
 (0)