Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Same variables of OC desktop client #6

Closed
daorte opened this issue Aug 24, 2016 · 3 comments
Closed

Same variables of OC desktop client #6

daorte opened this issue Aug 24, 2016 · 3 comments

Comments

@daorte
Copy link

daorte commented Aug 24, 2016

The 2.2.3-rc1 still uses configuration variables of OC desktop client.

i don't know the name of all configuration variables used on the entire project, but these are the ones i'm using:

Environment variables:

  • OWNCLOUD_CHUNK_SIZE
  • OWNCLOUD_MAX_PARALLEL

Windows Registry keys:

  • 32 bits Windows HKEY_LOCAL_MACHINE\Software\ownCloud\ownCloud
  • 64 bits Windows HKEY_LOCAL_MACHINE\Software\Wow6432Node\ownCloud\ownCloud

The key is skipUpdateCheck

btw, i had to set OWNCLOUD_MAX_PARALLEL to 1 (The use of this variable is no documented) to upload files sequencially, because uploading multiple files in parallel i can exceed the user quota easily.

@LukasReschke
Copy link
Member

Those are hard-coded in the source code. This would require a change to the client to make this themable.

@rullzer
Copy link
Member

rullzer commented Aug 24, 2016

Yes this is just theming. For now we don't want to fork the client yet.

@tvk7 tvk7 mentioned this issue Oct 27, 2016
@enoch85
Copy link
Member

enoch85 commented Jun 5, 2017

This issue has been inactive for some time now.

Is this issue related to the ownCloud client, (thus not an theming isssue) please close it and report the issue here instead.
Is this issue related to this repo but solved, please close it and if possible let us know what solved the issue.
Is this issue still not solved, please let us know as well.

If I don't hear anything from the one who created this issue within 2 weeks, I will close the issue.

@daorte daorte closed this as completed Jun 6, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants