We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabe5b2 commit d5605acCopy full SHA for d5605ac
src/main/java/org/cryptomator/linux/quickaccess/DolphinPlaces.java
@@ -34,7 +34,7 @@
34
@Priority(90)
35
public class DolphinPlaces implements QuickAccessService {
36
37
- private static final int MAX_FILE_SIZE = 1 << 15; //xml is quite verbose
+ private static final int MAX_FILE_SIZE = 1 << 20; //xml is quite verbose
38
private static final Path PLACES_FILE = Path.of(System.getProperty("user.home"), ".local/share/user-places.xbel");
39
private static final Path TMP_FILE = Path.of(System.getProperty("java.io.tmpdir"), "user-places.xbel.cryptomator.tmp");
40
private static final Lock MODIFY_LOCK = new ReentrantLock();
0 commit comments