Skip to content

Commit

Permalink
tweak progress const
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed May 18, 2023
1 parent afee42f commit 370a53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atsynedit/atsynedit_globals.pas
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ TATEditorOptions = record
FClipboardColumnFormat: TClipboardFormat;
FClipboardIndentFormat: TClipboardFormat;
public const
ProgressLoadChars = 1024*1024;
ProgressLoadChars = 512*1024;
ProgressSaveLines = 128*1024;

//set it to number of editors, which share the same Strings object
Expand Down

0 comments on commit 370a53e

Please sign in to comment.