diff options
author | Suriyaa Sundararuban <github@suriyaa.tk> | 2022-12-29 19:09:22 +0100 |
---|---|---|
committer | Suriyaa Sundararuban <github@suriyaa.tk> | 2022-12-31 16:54:13 +0100 |
commit | f84e445dee5f4c5d65cb702958701ff7b38ebdce (patch) | |
tree | 5c06c1c14406923499decaa64f8922649339ccae /.cirrus.yml | |
parent | 3b6e0f0345a5e7b437881f651d9b4e0881f7fd5e (diff) |
doc: Correct linked Microsoft URLs
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 7bc346cc30..6bbf6ad7a2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -180,7 +180,7 @@ task: - python test\util\rpcauth-test.py functional_tests_script: # Increase the dynamic port range to the maximum allowed value to mitigate "OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted". - # See: https://docs.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance + # See: https://learn.microsoft.com/en-us/biztalk/technical-guides/settings-that-can-be-modified-to-improve-network-performance - netsh int ipv4 set dynamicport tcp start=1025 num=64511 - netsh int ipv6 set dynamicport tcp start=1025 num=64511 # Exclude feature_dbcrash for now due to timeout |