This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git
The following commit(s) were added to refs/heads/main by this push:
new 0bab19b41d Update fallback retry delay in .dlc.json (#794)
0bab19b41d is described below
commit 0bab19b41dedc21528d71466b92484bc132f09fe
Author: wuwen <[email protected]>
AuthorDate: Tue Feb 24 19:21:49 2026 +0800
Update fallback retry delay in .dlc.json (#794)
---
.dlc.json | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.dlc.json b/.dlc.json
index 168494a4c4..483a8c1255 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -29,12 +29,15 @@
},
{
"pattern":
"^https://blogs.oracle.com/javamagazine/post/a-peek-into-java-17-continuing-the-drive-to-encapsulate-the-java-runtime-internals"
+ },
+ {
+ "pattern": "^https://www.oceanbase.com/"
}
],
"timeout": "10s",
"retryOn429": true,
"retryCount": 10,
- "fallbackRetryDelay": "1000s",
+ "fallbackRetryDelay": "60s",
"aliveStatusCodes": [
200,
301,