Revert "Protocol.receive: bump up threads from 10 to 30"

Seemed to make things worse, not better. Guess I need to implement continuation passing across task handler requests. #652

This reverts commit 66da2efc7a.
pull/698/head
Ryan Barrett 2023-10-25 12:30:59 -07:00
rodzic e833eb04dc
commit 3471476092
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -38,7 +38,7 @@ SUPPORTED_TYPES = (
'video',
)
DELIVER_THREADS = 30
DELIVER_THREADS = 10
# activity ids that we've already handled and can now ignore.
# used in Protocol.receive