mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 11:06:25 +05:00
Disable TTL check in response cache
This commit is contained in:
@@ -14,6 +14,7 @@ func TestRCacheSetGet(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
func TestRCacheExpire(t *testing.T) {
|
||||
rc := NewResponseCache(1 * time.Microsecond)
|
||||
rc.Cache("test", &CacheItem{Value: "best"})
|
||||
@@ -23,3 +24,4 @@ func TestRCacheExpire(t *testing.T) {
|
||||
t.Error("Error expiring response cache: ", o)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user