Skip to content

Commit d5605ac

Browse files
committed
Closes #101
1 parent cabe5b2 commit d5605ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/cryptomator/linux/quickaccess/DolphinPlaces.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@Priority(90)
3535
public class DolphinPlaces implements QuickAccessService {
3636

37-
private static final int MAX_FILE_SIZE = 1 << 15; //xml is quite verbose
37+
private static final int MAX_FILE_SIZE = 1 << 20; //xml is quite verbose
3838
private static final Path PLACES_FILE = Path.of(System.getProperty("user.home"), ".local/share/user-places.xbel");
3939
private static final Path TMP_FILE = Path.of(System.getProperty("java.io.tmpdir"), "user-places.xbel.cryptomator.tmp");
4040
private static final Lock MODIFY_LOCK = new ReentrantLock();

0 commit comments

Comments
 (0)