Thanks, I changed this and the cache is on the system disk now. But still something with cron update method is keeping the data disks busy. Any additional ideas?

Am 15.08.2013 12:37, schrieb Bernhard Posselt:
https://github.com/owncloud/news/blob/master/dependencyinjection/dicontainer.php#L83
 and 
https://github.com/owncloud/news/blob/master/dependencyinjection/dicontainer.php#L95

Torsten Seyffarth <t.seyffa...@gmx.de> wrote:

That makes sense, that the cache is the reason. How can I change the
cache directory?


Am 14.08.2013 23:30, schrieb Bernhard Posselt:
You can change the cache directory though if you want to

Torsten Seyffarth <t.seyffa...@gmx.de> wrote:

Hi,

I am using the latest version of OC on an OpenSuse 12.3 Server. I have
one system disk that contains the main file system and is running all
the time. Only some data including the data directory from OC is on a
separate RAID that goes inactive if nothing happens for 30 min, which is
most of the time for me.

This worked fine until I wanted to use the News App. For this app I have
to switch from AJAX update method to cron, so the the news feeds can be
updated regularly. Unfortunately the RAID is never going to sleep then.
I guess it cannot be the news feeds, because they are stored in the
MySQL database, which is on the system disk. OC probably looks every
time if all files are still there, or something in that direction?

Can somebody explain more detailed, what happens when cron.php is called
and if this behavior can be changed somehow, so e.g. that only the news
are updated and the files work as before?

regards
Torsten
_______________________________________________
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud
_______________________________________________
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud
_______________________________________________
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud
_______________________________________________
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud

_______________________________________________
Owncloud mailing list
Owncloud@kde.org
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to