summaryrefslogtreecommitdiff
path: root/src/corewatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/corewatcher.c')
-rw-r--r--src/corewatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corewatcher.c b/src/corewatcher.c
index 313255a..eb373b3 100644
--- a/src/corewatcher.c
+++ b/src/corewatcher.c
@@ -207,7 +207,7 @@ int main(int argc, char**argv)
* If the system seems to generally work well, this time could be
* extended quite a bit longer probably.
*/
- g_timeout_add_seconds(60, scan_folders, NULL);
+ g_timeout_add_seconds(900, scan_folders, NULL);
g_main_loop_run(loop);
out: