Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/org.deepin.anything.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"visibility": "public"
},
"blacklist_paths": {
"value": [".git", ".svn", ".cache", ".config", ".local/share/Trash"],
"value": [".git", ".svn", ".cache", ".config", ".local/share/Trash", ".avfs"],
"serial": 0,
"flags":[],
"name": "Blacklist Paths",
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
deepin-anything (7.0.30) unstable; urgency=medium

* fix: Fix daemon is always in loading state

-- wangrong <wangrong@uniontech.com> Fri, 10 Oct 2025 14:57:21 +0800

deepin-anything (7.0.29) unstable; urgency=medium

* refactor: Rework the initial index scanning mechanism
Expand Down
2 changes: 2 additions & 0 deletions src/daemon/deepin-anything-daemon.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ After=udisks2.service
ExecStart=/usr/libexec/deepin-anything-daemon
Restart=on-failure
RestartSec=30
MemoryHigh=4G
MemoryMax=5G

[Install]
WantedBy=default.target
Loading