Skip to content

Commit

Permalink
Fix microservice.json error.
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed May 30, 2024
1 parent d35774e commit c8d2ece
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions joylive-package/src/main/assembly/config/microservice.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"clusterPolicy": {
"type": "failover",
"retryPolicy": {
"type": "Resilience4j",
"retry": 10,
"retryInterval": 1000,
"timeout": 5000,
Expand All @@ -106,8 +105,7 @@
],
"retryExceptions": [
"java.lang.NullPointException"
],
"version": 1704038400000
]
}
},
"rateLimitPolicies": [
Expand Down

0 comments on commit c8d2ece

Please sign in to comment.