mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 08:03:07 -04:00
7ad38d77572c9ac19f98bf4d532d4444bec4b840
The TTL was supplied to the middleware as a duration and then in that middleware multiplied by `time.Second` again. Durations should not be multiplied because they result in unintended values. ```go time.Second * 1 = 1s time.Second * time.Second = 277777h46m40s ```
ownCloud Infinite Scale
ownCloud Infinite Scale is currently in a technical preview state. It will be subject to a lot of changes and is not yet ready for general production deployments.
Run ownCloud Infinite Scale
Please see Getting Started
Development
Please see Development - Getting Started
Security
If you find a security issue please contact security@owncloud.com first
Contributing
Fork -> Patch -> Push -> Pull Request
License
Apache-2.0
Copyright
Copyright (c) 2020 ownCloud GmbH <https://owncloud.com>
Description
Languages
Go
48.3%
Gherkin
36.6%
PHP
12.4%
JavaScript
1.3%
Makefile
0.6%
Other
0.6%