Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrylam committed Mar 30, 2013
1 parent 28d1867 commit e4539d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/datasenses/example/FileSystemSpout.java
Expand Up @@ -25,6 +25,7 @@ public abstract class FileSystemSpout extends BaseRichSpout {

private Set<File> workingSet = new HashSet<File>();

// every 30 minutes, check for new files to process
private final static int WAITING_TIME_MS = 30 * 60 * 1000;

@Override
Expand Down

0 comments on commit e4539d1

Please sign in to comment.