Nicola Murino
Nicola Murino
I can't reproduce. I tested with 10k files, it is very slow only if I change the number of entries per page. Changing page, searching, selecting, all works fine for...
> Since I fixed my file access issue (Using storage S3 + homedir "/" allowed me to list files, but trying to accessing them returned an error) it might be...
Maybe the issue is in the select callback [here](https://github.com/drakkan/sftpgo/blob/2.3.x/templates/webclient/files.html#L1089): ``` var selectedItems = table.column(0).checkboxes.selected().length; ``` we need to know the number of selected items. Affected users may add some logs...
Hi, I am not familiar with CoreOS, maybe the problem is related to the empty `/srv/sftpgo` directory contained in the RPM
> Hi! > Hi > I'm trying to investigate an issue where we are seeing two 'upload' actions get dispatched for the same file. The payload of the request contains...
Hi, thanks for the additional info, so basically the database is busy and many queries fail. Do you see frequent logs like `quota updated for user XXX ....`? If so...
If you don't need to persist users and their properties (because you are using external auth for example), the memory provider should be ok. Bolt persists users and other objects...
@JoeAtThru were you able to better understand/fix the issue?
> Ah, I was [hoping](https://words.filippo.io/dispatches/go1-20/) to do a round of x/crypto/ssh work once the stdlib freeze started, but losing compatibility with a widespread client would make this urgent. I'll look...
this will not be supported sorry