Skip to content

Commit 2211e1a

Browse files
committed
fixed the json
1 parent e90416a commit 2211e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
{
44
"name": "spring.persistent-tasks.poll-rate",
55
"type": "java.lang.Integer",
6-
"description": "The interval at which the scheduler checks for new tasks in seconds."
6+
"description": "The interval at which the scheduler checks for new tasks in seconds.",
77
"defaultValue": 60
88
},
99
{
1010
"name": "spring.persistent-tasks.poll-abandoned-triggers",
1111
"type": "java.lang.Integer",
12-
"description": "The interval at which to check for abandoned triggers in seconds."
12+
"description": "The interval at which to check for abandoned triggers in seconds.",
1313
"defaultValue": 300
1414
},
1515
{

0 commit comments

Comments
 (0)