this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bsky-activity.py: checkpoint more often

+1 -1
+1 -1
bsky-activity.py
··· 65 65 .incr('dev.edavis.muninsky.ops') 66 66 67 67 op_count += 1 68 - if op_count % 1000 == 0: 68 + if op_count % 500 == 0: 69 69 payload_seq = commit['seq'] 70 70 payload_time = datetime.strptime(commit['time'], '%Y-%m-%dT%H:%M:%S.%fZ').replace(tzinfo=timezone.utc) 71 71 payload_lag = now - payload_time