Skip to content

Commit

Permalink
commit a2f6296
Browse files Browse the repository at this point in the history
Merge: fb41f4c 0df3aba
Author: Jannik Stehle <[email protected]>
Date:   Thu Nov 3 12:42:20 2022 +0100

    Merge pull request #7912 from owncloud/xhr-timeout

    Increase default XHR timeout and make it configurable
  • Loading branch information
JammingBen committed Nov 3, 2022
1 parent c395a29 commit 575c177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ substring of a value of the authenticated user. Examples are `/Shares`, `/{{.Id}
hovers the row with his mouse. Defaults to `false`.
- `option.routing` This accepts an object with the following fields to customize the routing behaviour:
- `options.routing.idBased` Enable or disable fileIds being added to the URL. Defaults to `true` because otherwise e.g. spaces with name clashes can't be resolved correctly. Only disable this if you can guarantee server side that spaces of the same namespace can't have name clashes.
- `options.upload.xhr.timeout` Specifies the timeout for XHR uploads in milliseconds.

### Sentry

Expand Down

0 comments on commit 575c177

Please sign in to comment.