diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-03-16 19:33:53 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-03-16 19:33:53 +0100 |
commit | a1001232297445566a68519129f177d6ffeee479 (patch) | |
tree | 9c8f5683865df5ad6aa7ff2b09b2eb0f7412872d /src | |
parent | 29cd868898660c58b1925bf3647c4c63b7bd3151 (diff) |
document --magick-timeout
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index a277003..0d4d745 100644 --- a/src/options.c +++ b/src/options.c @@ -53,7 +53,7 @@ void init_parse_options(int argc, char **argv) opt.display = 1; opt.aspect = 1; opt.slideshow_delay = 0.0; - opt.magick_timeout = 10; + opt.magick_timeout = 5; opt.thumb_w = 60; opt.thumb_h = 60; opt.thumb_redraw = 10; |