rewinder: Increase buffer limit
This commit is contained in:
parent
6849e55931
commit
17d88ca6d7
|
@ -608,7 +608,7 @@
|
||||||
//
|
//
|
||||||
this.BufferSizeUpDown.Location = new System.Drawing.Point(93, 135);
|
this.BufferSizeUpDown.Location = new System.Drawing.Point(93, 135);
|
||||||
this.BufferSizeUpDown.Maximum = new decimal(new int[] {
|
this.BufferSizeUpDown.Maximum = new decimal(new int[] {
|
||||||
32768,
|
2097512,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0});
|
0});
|
||||||
|
|
Loading…
Reference in New Issue