Skip to content

Commit

Permalink
Merge branch '2295-minor-formatting-change' of https://github.com/bre…
Browse files Browse the repository at this point in the history
…w/ckan into brew-2295-minor-formatting-change
  • Loading branch information
amercader committed Feb 19, 2015
2 parents e98aea6 + 8e08df8 commit eff4a6d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/maintaining/configuration.rst
Expand Up @@ -96,6 +96,7 @@ who.secure
^^^^^^^^^^

Example::

who.secure = True

Default value: False
Expand Down Expand Up @@ -166,7 +167,7 @@ Example::
Custom sqlalchemy config parameters used to establish the DataStore
database connection.

To get the list of all the available properties check the `SQLAlchemy documentation`_
To get the list of all the available properties check the `SQLAlchemy documentation`_

.. _SQLAlchemy documentation: http://docs.sqlalchemy.org/en/rel_0_9/core/engines.html#engine-creation-api

Expand Down Expand Up @@ -710,9 +711,9 @@ Example::

Default value: ``1 * 1024 * 1024`` (1 MB)

This sets the upper file size limit for in-line previews.
Increasing the value allows CKAN to preview larger files (e.g. PDFs) in-line;
however, a higher value might cause time-outs, or unresponsive browsers for CKAN users
This sets the upper file size limit for in-line previews.
Increasing the value allows CKAN to preview larger files (e.g. PDFs) in-line;
however, a higher value might cause time-outs, or unresponsive browsers for CKAN users
with lower bandwidth. If left commented out, CKAN will default to 1 MB.


Expand Down

0 comments on commit eff4a6d

Please sign in to comment.