File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
160184Using a self hosted apps store
161185------------------------------
162186
You can’t perform that action at this time.
0 commit comments