Page 1 of 1

FolderScanInterval usage

PostPosted: Fri Sep 25, 2009 10:06 am
by Lotusshaney
Hi,

I noticed the you have added a FolderScanInterval to adjust the folder scan time, which pref file does this need to go into ?

Thanks

Dan

Re: FolderScanInterval usage

PostPosted: Fri Sep 25, 2009 10:45 am
by Mr_Noodle
On the commandline you can do:

defaults write com.noodlesoft.Hazel FolderScanInterval -int 300

It's in seconds (so 300s = 5 min). Keep in mind if you make it too frequent, resource utilization can go up a bit so use with caution.

Re: FolderScanInterval usage

PostPosted: Fri Sep 25, 2009 11:26 am
by Lotusshaney
Thanks

Dan