Skip to content

Commit

Permalink
Move group size for HAsh Tags back to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
ggovi committed Jan 22, 2019
1 parent f578ef8 commit c79e1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondCore/CondDB/interface/Time.h
Expand Up @@ -46,7 +46,7 @@ namespace cond {
// 36000 << 32 ( corresponding to 10h )
static constexpr unsigned long SINCE_TIME_GROUP_SIZE = 154618822656000;
static constexpr unsigned int SINCE_LUMI_GROUP_SIZE = SINCE_RUN_GROUP_SIZE;
static constexpr unsigned int SINCE_HASH_GROUP_SIZE = 1;
static constexpr unsigned int SINCE_HASH_GROUP_SIZE = SINCE_RUN_GROUP_SIZE;

Time_t sinceGroupSize( TimeType tp );

Expand Down

0 comments on commit c79e1b6

Please sign in to comment.