Skip to content

Accidentally Broke Updates via Admin Settings #2289

Discussion options

You must be logged in to vote

The app configuration is stored in the database table oc_appconfig. To see your current value you could execute the following SQL query:

SELECT * FROM oc_appconfig WHERE appid = "news" and configkey = "updateInterval";

The one you've found is the default value inside of the source code.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jboucher614
Comment options

Answer selected by jboucher614
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants