Skip to content

Commit

Permalink
Improve run timing
Browse files Browse the repository at this point in the history
ThrottleInterval and KeepAlive fire the job run the job approximately
each two seconds, while StartInterval does that every ten seconds.
  • Loading branch information
pirj committed Jan 12, 2017
1 parent 2330da3 commit 4196e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noclamshell.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<plist version="1.0">
<dict>
<key>Label</key><string>noclamshell</string>
<key>StartInterval</key> <integer>2</integer>
<key>ThrottleInterval</key> <integer>2</integer>
<key>KeepAlive</key> <true/>
<key>ProgramArguments</key>
<array>
<string>bash</string>
Expand Down

0 comments on commit 4196e6b

Please sign in to comment.