File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 153153 <?php if (!$ _ ['dbIsSet ' ] OR count ($ _ ['errors ' ]) > 0 ): ?>
154154 <fieldset id="sqliteInformation" class="warning">
155155 <legend><?php p ($ l ->t ('Performance warning ' ));?> </legend>
156- <p><?php p ($ l ->t ('SQLite will be used as database. ' ));?> </p>
157- <p><?php p ($ l ->t ('For larger installations we recommend to choose a different database backend. ' ));?> </p>
158- <p><?php p ($ l ->t ('Especially when using the desktop client for file syncing the use of SQLite is discouraged. ' )); ?> </p>
156+ <p><?php p ($ l ->t ('You have choosen SQLite as database. ' ));?> </p>
157+ <p><?php p ($ l ->t ('SQLite should only be choosen for minimal and development instances. ' ));?> </p>
158+ <p><?php p ($ l ->t ('For productive instances we recommend to choose a different database backend. ' ));?> </p>
159+ <p><?php p ($ l ->t ('Using clients for file syncing the use of SQLite is highly discouraged. ' )); ?> </p>
159160 </fieldset>
160161 <?php endif ?>
161162
You can’t perform that action at this time.
0 commit comments