Skip to content

Commit e9f7d50

Browse files
committed
Improve loading times
1 parent f644f0f commit e9f7d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/entry_list_model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class EntryListModel extends GObject.Object implements Gio.ListModel<Entr
6161
this.changed()
6262
}
6363

64-
@GObjectify.Debounce(200)
64+
@GObjectify.Debounce(50)
6565
private async changed(): Promise<void> {
6666
const old_length = this.list.length
6767
const dir = this.file

0 commit comments

Comments
 (0)