Skip to content

Commit

Permalink
Changed dynamoDB table names.
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinVaday committed Sep 22, 2016
1 parent 1d5142a commit 80c7883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crawler/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import sqlconf

DYNAMO_MAX_BYTES = 3500
SOURCE_TABLE = 'aquaint-newsfeed'
DEST_TABLE = 'aquaint-newsfeed-results'
SOURCE_TABLE = 'aquaint-user-eventlist'
DEST_TABLE = 'aquaint-newsfeed'

TIMELINE_LENGTH = 30

Expand Down

0 comments on commit 80c7883

Please sign in to comment.