rewinder: Increase buffer limit

This commit is contained in:
alyosha-tas 2018-11-22 11:13:51 -06:00
parent 6849e55931
commit 17d88ca6d7
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@
//
this.BufferSizeUpDown.Location = new System.Drawing.Point(93, 135);
this.BufferSizeUpDown.Maximum = new decimal(new int[] {
32768,
2097512,
0,
0,
0});