Iceshrimp.NET/Iceshrimp.Backend/Core/Queues
Kopper 94328a3eef [backend] Use a stack instead of queue when backfilling
This makes each reply chain load completely before loading the next
chain, instead of the current behavior that loads all replies of one
depth before loading the next "layer".

This won't make much of a difference *now*, but should result in more
intuitive behavior when live updating of newly loaded replies gets
implemented.
2024-11-06 20:02:29 +01:00
..
BackfillQueue.cs [backend] Use a stack instead of queue when backfilling 2024-11-06 20:02:29 +01:00
BackgroundTaskQueue.cs [backend/drive] Add fixup-media startup command (ISH-520) 2024-10-18 22:43:25 +02:00
DeliverQueue.cs [backend/federation] Fix instances returning non-HTTP errors not getting marked as unresponsive 2024-09-15 16:49:21 +02:00
InboxQueue.cs [backend/queue] Increase inbox job timeout to 120 seconds 2024-10-17 22:54:40 +02:00
PreDeliverQueue.cs [backend/queue] Also deliver note updates to relays 2024-11-03 19:40:35 +01:00