From 1c149da52f7b742b51dcd2b71035506a0a149eaa Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 14 May 2014 23:19:29 +0200 Subject: Support path lengths up to 4000 chars --- apps/files_sharing/appinfo/database.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml index e55688240b2..159d6cb1c57 100644 --- a/apps/files_sharing/appinfo/database.xml +++ b/apps/files_sharing/appinfo/database.xml @@ -61,7 +61,7 @@ mountpoint text true - 512 + 4000 Full path where the share is mounted -- cgit v1.2.3