diff options
author | George Hazan <george.hazan@gmail.com> | 2024-02-18 19:32:46 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-02-18 19:32:46 +0300 |
commit | 15ea94d0eec70601916e1c93e8dac05df9f0a917 (patch) | |
tree | 13bf158051180b1c8e1ff9553bfb29dd7e5acb2a /plugins/TabSRMM/src | |
parent | 2ce03c8195193380d133300fdf487ce6f78be963 (diff) |
fixes #4200 (SRMM: увеличить лимит подгрузки сообщений в журнал)
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index e788d459db..5083b0d49e 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -752,7 +752,7 @@ public: spnLeft(this, IDC_INDENTSPIN, 1000),
spnRight(this, IDC_RINDENTSPIN, 1000),
spnLoadTime(this, IDC_LOADTIMESPIN, 24 * 60),
- spnLoadCount(this, IDC_LOADCOUNTSPIN, 100),
+ spnLoadCount(this, IDC_LOADCOUNTSPIN, 1000),
chkLoadTime(this, IDC_LOADTIME),
chkLoadCount(this, IDC_LOADCOUNT),
chkAlwaysTrim(this, IDC_ALWAYSTRIM),
|