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 d7bc890 commit 223077cCopy full SHA for 223077c
source/src/main/webapp/DatabaseMaintenance.jsp
@@ -65,7 +65,7 @@
65
// this is used in order to execute only 1 instruction at a time as it make take a lot of time to process.
66
boolean SQLExecuted = false;
67
// SQL that has version equal to SQLLimit will not be executed automatically.
68
- Integer SQLLimit = 1784; // 4.18 Version LEVEL.
+ Integer SQLLimit = 1882; // 4.19 Version LEVEL.
69
IFactoryMyversion factoryMyversion;
70
71
try {
0 commit comments