Skip to content

Commit

Permalink
Closes #101
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Jan 13, 2025
1 parent cabe5b2 commit d5605ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@Priority(90)
public class DolphinPlaces implements QuickAccessService {

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
private static final Path PLACES_FILE = Path.of(System.getProperty("user.home"), ".local/share/user-places.xbel");
private static final Path TMP_FILE = Path.of(System.getProperty("java.io.tmpdir"), "user-places.xbel.cryptomator.tmp");
private static final Lock MODIFY_LOCK = new ReentrantLock();
Expand Down

0 comments on commit d5605ac

Please sign in to comment.