Skip to content

Commit

Permalink
increase char limit of cron options, fixes #71
Browse files Browse the repository at this point in the history
Adds in possibility for more complex cron jobs, see #71 for more info
  • Loading branch information
davidferguson authored Dec 29, 2017
1 parent b3dc05a commit 9355927
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions newcronjob/newcronjob.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
{
"type": "text",
"default": "*",
"maxLength":1
"maxLength":4
},
{
"type": "text",
"default": "*",
"maxLength":2
"maxLength":4
},
{
"type": "text",
"default": "*",
"maxLength":2
"maxLength":4
},
{
"type": "text",
"default": "*",
"maxLength":2
"maxLength":4
},
{
"type": "text",
"default": "*",
"maxLength":2
"maxLength":4
},
{
"type": "text",
Expand Down

0 comments on commit 9355927

Please sign in to comment.