Problem/Motivation
On my local environment I debug why it was impossible to have the warmer working.
I found out it was due to SSL validation but I had the verify checkbox unchecked.
I ended up finding that it was the type, 0 instead of FALSE passed in the objects so Guzzle was not taking that into account.
But schema file was ok.
When on config inspector I found cdn and sitemap plugins absolutely not detected, I gave a look at the file name.
Happy copy/paste :D
I will make a MR in the hour. Just some last tests before.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
grimreapermaxConcurrentRequests is not in the schema.
Comment #3
grimreaperComment #5
grimreaperMR created.
Here is the patch for stable composer reference.
Thanks for the review.
Comment #6
e0ipsoThanks for fixing this!
Comment #8
e0ipsoMerged!
Comment #9
grimreaperThanks for the quick merge :)