go-graphite / carbonapi

string to int signedness casting GO-E1006
Bug risk
Critical
1 occurrence in this check
string to int signedness cast "int32(t)", might result in lost or misinterpreted data
 58				zap.Error(err),
 59			)
 60		} else {
 61			return int32(t) 62		}
 63	}
 64	if now32 == 0 || cacheConfig.ShortTimeoutSec == 0 || cacheConfig.ShortDuration == 0 {