Changeset 25fd488
- Timestamp:
- Nov 27, 2016 3:58:57 PM (4 years ago)
- Branches:
- master
- Children:
- 04321e6
- Parents:
- 850f150
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/src/net/i2p/router/Blocklist.java
r850f150 r25fd488 117 117 * $I2P/blocklist.txt 118 118 * ~/.i2p/blocklist.txt 119 * ~/.i2p/docs/feed/blocklist/blocklist.txt 119 120 * File if specified with router.blocklist.file 120 121 */ … … 132 133 files.add(blFile); 133 134 } 135 files.add(_blocklistFeedFile); 134 136 // user specified 135 137 String file = _context.getProperty(PROP_BLOCKLIST_FILE); … … 140 142 files.add(blFile); 141 143 } 142 files.add(_blocklistFeedFile);143 144 Job job = new ReadinJob(files); 144 145 job.getTiming().setStartAfter(_context.clock().now() + 30*1000);
Note: See TracChangeset
for help on using the changeset viewer.