Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
minor tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
thuningxu committed Dec 9, 2017
1 parent a40cd68 commit 494ded5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/metadata/metadata_cassandra.go
Expand Up @@ -180,7 +180,7 @@ const defaultDeleteTTLSeconds = int64(time.Hour*24*30) / int64(time.Second)

const destinationCacheSize = 1048576
const consumerGroupCacheSize = 1048576
const cacheTTL = time.Second
const cacheTTL = 10 * time.Second

// CassandraMetadataService Implements TChanMetadataServiceClient interface
// TODO: Convert all errors to the ones defined in the thrift API.
Expand Down
2 changes: 1 addition & 1 deletion services/retentionmgr/metadataDep.go
Expand Up @@ -92,7 +92,7 @@ func (t *metadataDepImpl) GetDestinations() (destinations []*destinationInfo, er
`status`: dest.status,
`hardRetention`: dest.hardRetention,
`softRetention`: dest.softRetention,
}).Info("GetDestinations: ListDestinationsByUUID output")
}).Debug("GetDestinations: ListDestinationsByUUID output")
}

if len(resp.GetNextPageToken()) == 0 {
Expand Down

0 comments on commit 494ded5

Please sign in to comment.