mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
limit number of ftrack events to query at once (#5033)
This commit is contained in:
parent
124493affd
commit
48b4934ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class ProcessEventHub(SocketBaseEventHub):
|
|||
{"pype_data.is_processed": False}
|
||||
).sort(
|
||||
[("pype_data.stored", pymongo.ASCENDING)]
|
||||
)
|
||||
).limit(100)
|
||||
|
||||
found = False
|
||||
for event_data in not_processed_events:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue