You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading files or posting messages, it appears to be single-threaded, despite setting the Docker variable MICROBIN_THREADS to 4. This issue is most noticeable during file uploads; if I upload a file and then post a text message, the text message waits until the upload is complete before being posted. The page only refreshes or loads after the upload finishes.
To Reproduce
Steps to reproduce the behavior:
current configuration:
´´´
MICROBIN_THREADS=4
MICROBIN_HIGHLIGHTSYNTAX=true
MICROBIN_EDITABLE=true
MICROBIN_FOOTER_TEXT="xxxxx"
MICROBIN_PUBLIC_PATH="xxxxx"
MICROBIN_QR=true
MICROBIN_PRIVATE=true
MICROBIN_HIDE_LOGO=true
MICROBIN_HIDE_HEADER=false
MICROBIN_HIDE_FOOTER=false
MICROBIN_MAX_FILE_SIZE_ENCRYPTED_MB=128
MICROBIN_MAX_FILE_SIZE_UNENCRYPTED_MB=256
MICROBIN_WIDTH=1080
RUST_BACKTRACE=full
MICROBIN_ETERNAL_PASTA=true
MICROBIN_ADMIN_USERNAME=xxxxx
MICROBIN_ADMIN_PASSWORD=xxxxx
MICROBIN_ENABLE_READONLY=true
MICROBIN_READONLY=true
MICROBIN_NO_FILE_UPLOAD=false
´´´
run docker compose with current variables, ..
open 2 sessions one with big file upload and other with just text, load both pages in first load file and start upload, during upload post new msg on second session and see it will wait until the file upload has finished.
Expected behavior
I would expect since there's 4 threads that it would continue to work without being bothered by the file upload.
Screenshots
Desktop (please complete the following information):
OS: ubuntu 24.04, windows 10
Browser firefox,chrome
Version ff 128.0.3, chrome 127.0.6533.72
Smartphone (please complete the following information):
Additional context
Running stack from portainer, Docker version 26.1.0, build 9714adc, this is behind haproxy, however i've tested this behaviour directly does the same thing only pages didn't load because probably MICROBIN_PUBLIC_PATH
The text was updated successfully, but these errors were encountered:
Describe the bug
When uploading files or posting messages, it appears to be single-threaded, despite setting the Docker variable MICROBIN_THREADS to 4. This issue is most noticeable during file uploads; if I upload a file and then post a text message, the text message waits until the upload is complete before being posted. The page only refreshes or loads after the upload finishes.
To Reproduce
Steps to reproduce the behavior:
current configuration:
´´´
MICROBIN_THREADS=4
MICROBIN_HIGHLIGHTSYNTAX=true
MICROBIN_EDITABLE=true
MICROBIN_FOOTER_TEXT="xxxxx"
MICROBIN_PUBLIC_PATH="xxxxx"
MICROBIN_QR=true
MICROBIN_PRIVATE=true
MICROBIN_HIDE_LOGO=true
MICROBIN_HIDE_HEADER=false
MICROBIN_HIDE_FOOTER=false
MICROBIN_MAX_FILE_SIZE_ENCRYPTED_MB=128
MICROBIN_MAX_FILE_SIZE_UNENCRYPTED_MB=256
MICROBIN_WIDTH=1080
RUST_BACKTRACE=full
MICROBIN_ETERNAL_PASTA=true
MICROBIN_ADMIN_USERNAME=xxxxx
MICROBIN_ADMIN_PASSWORD=xxxxx
MICROBIN_ENABLE_READONLY=true
MICROBIN_READONLY=true
MICROBIN_NO_FILE_UPLOAD=false
´´´
run docker compose with current variables, ..
open 2 sessions one with big file upload and other with just text, load both pages in first load file and start upload, during upload post new msg on second session and see it will wait until the file upload has finished.
Expected behavior
I would expect since there's 4 threads that it would continue to work without being bothered by the file upload.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Running stack from portainer, Docker version 26.1.0, build 9714adc, this is behind haproxy, however i've tested this behaviour directly does the same thing only pages didn't load because probably MICROBIN_PUBLIC_PATH
The text was updated successfully, but these errors were encountered: