[3.0b1] typing WebDAV username/password very slow (bug?)
Typing into the username or password field of the WebDAV settings is very slow: I can see the letters appearing one by one, and the hard disk is continually working.
Is this a bug?
I'm on WinXP, using Zotero 3.0b1 with Firefox 6.
Is this a bug?
I'm on WinXP, using Zotero 3.0b1 with Firefox 6.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Seems like on each character it causes a database update:
Excerpt from log (this repeats for each character):
UPDATE itemAttachments SET syncState=? WHERE itemID IN (SELECT itemID FROM items WHERE libraryID IS NULL)
DB update should probably only happen when username/password boxes lose focus.