Skip to content

Commit 7b978d9

Browse files
joshtrichardsbackportbot[bot]
authored andcommitted
docs(admin): document configurable app store request timeout
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 7f52b7f commit 7b978d9

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

admin_manual/apps_management.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,30 @@ which will be used to store any additional apps you install:
157157
you would use the command ``ln`` to create the symbolic link like this:
158158
``ln -sf /var/local/lib/nextcloud/extra-apps ./extra-apps``
159159

160+
Configuring the app store request timeout
161+
-----------------------------------------
162+
163+
The timeout for requests to the Nextcloud app store can be configured with
164+
the ``appstore-timeout`` app setting. The value is specified in seconds.
165+
This setting is configured with ``occ`` and is not a ``config.php`` parameter.
166+
167+
For example, to set the timeout to 180 seconds:
168+
169+
.. code-block:: console
170+
171+
occ config:app:set settings appstore-timeout --value=180
172+
173+
The default timeout is 120 seconds. To restore the default, remove the
174+
custom setting:
175+
176+
.. code-block:: console
177+
178+
occ config:app:delete settings appstore-timeout
179+
180+
.. versionchanged:: 33.0.0
181+
The default app store request timeout was increased from 60 to 120 seconds
182+
and can be configured with ``occ``.
183+
160184
Using a self hosted apps store
161185
------------------------------
162186

0 commit comments

Comments
 (0)