We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22e51a commit 0bab19bCopy full SHA for 0bab19b
1 file changed
.dlc.json
@@ -29,12 +29,15 @@
29
},
30
{
31
"pattern": "^https://blogs.oracle.com/javamagazine/post/a-peek-into-java-17-continuing-the-drive-to-encapsulate-the-java-runtime-internals"
32
+ },
33
+ {
34
+ "pattern": "^https://www.oceanbase.com/"
35
}
36
],
37
"timeout": "10s",
38
"retryOn429": true,
39
"retryCount": 10,
- "fallbackRetryDelay": "1000s",
40
+ "fallbackRetryDelay": "60s",
41
"aliveStatusCodes": [
42
200,
43
301,
0 commit comments