validate upstream version (#527)

This commit is contained in:
a10zn8
2024-07-21 18:55:15 +03:00
committed by GitHub
parent 366dbd3213
commit ac1e727e7f
48 changed files with 824 additions and 1083 deletions

View File

@@ -20,4 +20,8 @@ spring:
spans:
collect:
long-span-threshold: ${LONG_SPAN_THRESHOLD:1000}
long-span-threshold: ${LONG_SPAN_THRESHOLD:1000}
compatibility:
enabled: ${DSHACKLE_COMPATIBILITY_ENABLED:true}
url: ${DSHACKLE_COMPATIBILITY_URL:https://raw.githubusercontent.com/drpcorg/public/main/compatible-clients.yaml}