Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtolar authored Nov 21, 2016
1 parent b00450b commit 5a7dc63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ public class DataSourceMetadataLoader extends Loader<Boolean> {
public static final String DATASOURCE_METADATA_QUERY_FORMAT = "/datasources/%s?full";

/**
* The period of the segment metadata loader, in milliseconds.
*Parameter specifying the period of the segment metadata loader, in milliseconds.
*/
public static final String DRUID_SEG_LOADER_TIMER_DURATION_KEY =
SYSTEM_CONFIG.getPackageVariableName("druid_seg_loader_timer_duration");

/**
* The initial delay before the first instance of the segment metadata loader, in milliseconds.
* Parameter specifying the delay before the first run of the segment metadata loader, in milliseconds.
*/
public static final String DRUID_SEG_LOADER_TIMER_DELAY_KEY =
SYSTEM_CONFIG.getPackageVariableName("druid_seg_loader_timer_delay");
Expand Down

0 comments on commit 5a7dc63

Please sign in to comment.