Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • noblogs/noblogs-composer
1 result
Show changes
Commits on Source (3)
......@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "367c4ae2be8e1a2ac205a9aa729e6022",
"content-hash": "45701e07cace18bb94860e7a8afc1ae9",
"packages": [
{
"name": "bjornjohansen/wplang",
......@@ -1370,15 +1370,15 @@
},
{
"name": "wpackagist-plugin/wp-super-cache",
"version": "1.9.1",
"version": "1.9.2",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-super-cache/",
"reference": "tags/1.9.1"
"reference": "tags/1.9.2"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-super-cache.1.9.1.zip"
"url": "https://downloads.wordpress.org/plugin/wp-super-cache.1.9.2.zip"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
......@@ -2117,5 +2117,5 @@
"php": ">=7.1"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.3.0"
}
......@@ -3,5 +3,5 @@
# The "run-cron" execution takes a few minutes, so the actual period
# comess out at something closer to 10 minutes.
export BATCH_SIZE=300
exec every 300 on-local-blogs run-cron >/dev/null
exec nice ionice -c 3 every 300 on-local-blogs run-cron >/dev/null