[DAEMON-119] appcd-plugin-windows: Allow time interval for detections to be set by user
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-11-28T20:51:10.000+0000 |
Affected Version/s | Appc Daemon 1.0.0 |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-plugin-windows |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Chris Barber |
Created | 2017-11-06T19:14:02.000+0000 |
Updated | 2017-11-28T20:51:10.000+0000 |
Description
Description
Currently the intervals in the Windows plugin are hard-coded, it would be nice to allow a user to specify these themselves if they need to. Something likeappcd config set appcd-windows-plugin.intervals.devices 5000
for example. Then the plugin would need to also query the config to see if this is set
More context here https://github.com/appcelerator/appc-daemon/pull/111#discussion_r149122916
This was done in https://github.com/appcelerator/appc-daemon/pull/171