Skip to content

Commit ae4b8b2

Browse files
committed
Documentation fix in disk quota section
1 parent a7d0f9e commit ae4b8b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/en/user/source/configuration/diskquotas.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,9 @@ Disk quota storage
155155
156156
The disk quota subystem defaults to use an embedded Berkeley DB whose storage is located in the cache directory, there is however also the possibility of using either an embedded HSQL database, against storing information in the cache directory, or a standard Oracle or PostgreSQL database.
157157
In order to switch from the Berkeley DB to the embedded HSQL storage the :file:`geowebcache-diskquota.xml` must contain the ``quotaStore`` element set to ``HSQL``:
158+
158159
.. code-block:: xml
160+
159161
<?xml version="1.0" encoding="utf-8"?>
160162
<gwcQuotaConfiguration>
161163
<enabled>false</enabled>
@@ -208,8 +210,7 @@ The local connection pool can instead be configured by specifying the following:
208210
</connectionPool>
209211
</gwcJdbcConfiguration>
210212
211-
.. note::
212-
The `validationQuery` parameter is optional. Any supplied value is restricted based on dialect: HSQL uses SELECT 1 FROM INFORMATION_SCHEMA.SYSTEM_USERS, Oracle uses SELECT 1 FROM DUAL, and most other dialects can use plain SELECT 1.
213+
.. note:: The `validationQuery` parameter is optional. Any supplied value is restricted based on dialect: HSQL uses SELECT 1 FROM INFORMATION_SCHEMA.SYSTEM_USERS, Oracle uses SELECT 1 FROM DUAL, and most other dialects can use plain SELECT 1.
213214
214215
Disk quota schema
215216
-----------------

0 commit comments

Comments
 (0)