Operating system
Linux
Joplin version
2.14.22
Desktop version info
Joplin 2.14.22 (prod, linux)
Client ID: 569dee4475584d6b8a685abb6870e07a
Sync Version: 3
Profile Version: 46
Keychain Supported: No
Agenda: 3.7.1
Enhancement: 1.2.1
Repeating To-Dos: 0.10.3
Simple Backup: 1.3.3
Table Formatter Plugin: 1.2.1
Sync target
Joplin Cloud
Editor
Rich Text Editor
What issue do you have?
I've noticed recently that joplin-desktop is often running near 100% of one CPU core on my Linux laptop, generating a stream of log entries, such as:
2024-06-07 11:06:14: "SearchEngine: Updating FTS table..."
2024-06-07 11:06:14: "Updating items_normalized from", "{"updated_time":1717782586880,"id":"7832b94ead464196ba924fafdf6f1aed"}"
2024-06-07 11:06:14: "SearchEngine: Updated FTS table in 41ms. Inserted: 1. Deleted: 0"
2024-06-07 11:06:29: "SearchEngine: Updating FTS table..."
2024-06-07 11:06:30: "Updating items_normalized from", "{"updated_time":1717782586880,"id":"7832b94ead464196ba924fafdf6f1aed"}"
2024-06-07 11:06:30: "SearchEngine: Updated FTS table in 369ms. Inserted: 1. Deleted: 0"
2024-06-07 11:06:44: "SearchEngine: Updating FTS table..."
2024-06-07 11:06:44: "Updating items_normalized from", "{"updated_time":1717782586880,"id":"7832b94ead464196ba924fafdf6f1aed"}"
2024-06-07 11:06:44: "SearchEngine: Updated FTS table in 52ms. Inserted: 1. Deleted: 0"
2024-06-07 11:06:59: "SearchEngine: Updating FTS table..."
2024-06-07 11:07:00: "Updating items_normalized from", "{"updated_time":1717782586880,"id":"7832b94ead464196ba924fafdf6f1aed"}"
2024-06-07 11:07:00: "SearchEngine: Updated FTS table in 36ms. Inserted: 1. Deleted: 0"
I'm not noticing a performance impact, but it does warm my laptop and drain its battery. Is there any way to calm this activity down?
David