This is an automated email from the git hooks/post-receive script.

ali pushed a commit 
to branch master
in repository xfce/tumbler.

commit 8f0234a4a14bfec9f0a1ef5c1c8b94fb523f5d41
Author: Ali Abdallah <a...@xfce.org>
Date:   Tue Nov 13 07:59:40 2018 +0100

    Set Max file sizes.
    
    2 Gb for video files and 200 Mb for photo/pdf files.
---
 tumblerd/tumbler.rc | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/tumblerd/tumbler.rc b/tumblerd/tumbler.rc
index 8d76b47..865d2cf 100644
--- a/tumblerd/tumbler.rc
+++ b/tumblerd/tumbler.rc
@@ -26,21 +26,21 @@
 Disabled=false
 Priority=3
 Locations=
-MaxFileSize=0
+MaxFileSize=209715200
 
 # Supports all type GdkPixbuf supports
 [PixbufThumbnailer]
 Disabled=false
 Priority=2
 Locations=
-MaxFileSize=0
+MaxFileSize=209715200
 
 # RAW image files using libopenraw
 [RawThumbnailer]
 Disabled=false
 Priority=1
 Locations=
-MaxFileSize=0
+MaxFileSize=209715200
 
 ###
 # Video Thumbnailers
@@ -61,14 +61,14 @@ MaxFileSize=0
 Disabled=false
 Priority=2
 Locations=
-MaxFileSize=0
+MaxFileSize=2147483648
 
 # GStreamer plugin
 [GstThumbnailer]
 Disabled=false
 Priority=1
 Locations=
-MaxFileSize=0
+MaxFileSize=2147483648
 
 ###
 # Other Thumbnailers
@@ -79,7 +79,7 @@ MaxFileSize=0
 Disabled=false
 Priority=1
 Locations=
-MaxFileSize=0
+MaxFileSize=209715200
 
 
 # PDF/PS thumbnailer
@@ -87,18 +87,18 @@ MaxFileSize=0
 Disabled=false
 Priority=1
 Locations=
-MaxFileSize=0
+MaxFileSize=209715200
 
 # Open document thumbnailer (ODF)
 [OdfThumbnailer]
 Disabled=false
 Priority=1
 Locations=
-MaxFileSize=0
+MaxFileSize=209715200
 
 # thumnailers provided by .thumbnailer desktop files
 [DesktopThumbnailer]
 Disabled=false
 Priority=1
 Locations=
-MaxFileSize=0
+MaxFileSize=2147483648
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to