Skip to content

Commit

Permalink
less frames_per_partition
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Jun 6, 2023
1 parent a5cf4f1 commit 5c952ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libertem_asi_mpx3/examples/live_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ async def acquisition_loop(self):
aq = self.ctx.make_acquisition(
conn=self.conn,
pending_aq=pending_aq,
frames_per_partition=256,
frames_per_partition=25,
)
last_update = 0
try:
Expand Down

0 comments on commit 5c952ad

Please sign in to comment.