Skip to content

Commit 30a1361

Browse files
author
bslatkin
committed
Fixing bad handler reference
git-svn-id: http://pubsubhubbub.googlecode.com/svn/trunk@409 ad9c9841-ba53-0410-b846-bb8d69ff4585
1 parent 235ceb6 commit 30a1361

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hub/main.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,6 @@
157157
# Number of polling feeds to fetch from the Datastore at a time.
158158
BOOSTRAP_FEED_CHUNK_SIZE = 50
159159

160-
# Maximum age in seconds of a failed EventToDeliver before it is cleaned up.
161-
EVENT_CLEANUP_MAX_AGE_SECONDS = (10 * 24 * 60 * 60) # 10 days
162-
163-
# How many completely failed EventToDeliver instances to clean up at a time.
164-
EVENT_CLEANUP_CHUNK_SIZE = 50
165-
166160
# How many old Subscription instances to clean up at a time.
167161
SUBSCRIPTION_CLEANUP_CHUNK_SIZE = 100
168162

@@ -3541,7 +3535,6 @@ def main():
35413535
(r'/work/record_feeds', RecordFeedHandler),
35423536
# Periodic workers
35433537
(r'/work/poll_bootstrap', PollBootstrapHandler),
3544-
(r'/work/event_cleanup', EventCleanupHandler),
35453538
(r'/work/subscription_cleanup', SubscriptionCleanupHandler),
35463539
(r'/work/reconfirm_subscriptions', SubscriptionReconfirmHandler),
35473540
(r'/work/cleanup_mapper', CleanupMapperHandler),

0 commit comments

Comments
 (0)