v2.2.7 #2509
WouterTinus
started this conversation in
General
v2.2.7
#2509
Replies: 1 comment 2 replies
-
I noticed in the settings_default.json file, this new value exists: "ParellelBatchSize": 20, However, should that be "ParallelBatchSize": 20, instead ("Parallel" vs "Parellel")? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New
INotificationTarget
interface with just a handful of functions to send notifications however you want. If you're willing to show and share your work, contributions are obviously welcome!Enhancements
--acl-read
parameter for the CertificateStore plugin, granting local principals read access to the private key, complementing the pre-existing--acl-fullcontrol
parameter.Validation.ParallelBatchSize
that can be used to limit the number of simultaneous validations happening. In extreme cases, unlimited parallelism can lead to problems like overrunning the maximum size of a DNS response. Default for existing installations is 100 and for new installations 20.ImportRSDFull.ps1
example, thanks for helping!Bugfixes
settings.json
file cannot be (fully) parsed./
in url (Forward slash is missing in renewal-info path #2498, reported by @grindsa)This discussion was created from the release v2.2.7.
Beta Was this translation helpful? Give feedback.
All reactions