Skip to content

Commit

Permalink
⚡️Reduced poll interval
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Oct 22, 2024
1 parent 9293809 commit 32aa09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/learn/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def _next_data(self) -> Any:
data = self._results.pop(cursor, None)
if data is not None:
return data
time.sleep(0.005)
time.sleep(0.001)


class DataLoader(TorchDataLoader):
Expand Down

0 comments on commit 32aa09d

Please sign in to comment.