We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f08f6b commit 564fabcCopy full SHA for 564fabc
client/src/CodeChatEditor.mts
@@ -133,7 +133,7 @@ declare global {
133
// -------
134
//
135
// True to enable additional debug logging.
136
-export const DEBUG_ENABLED = true;
+export const DEBUG_ENABLED = false;
137
138
// The ID of the autosave timer; when this timer expires, the document will be
139
// autosaved.
server/src/translation.rs
@@ -238,7 +238,7 @@ use crate::{
238
239
240
// The max length of a message to show in the console.
241
-const MAX_MESSAGE_LENGTH: usize = 30000;
+const MAX_MESSAGE_LENGTH: usize = 300;
242
243
lazy_static! {
244
/// A regex to determine the type of the first EOL. See 'PROCESSINGS1.
0 commit comments