Commit 9023c37c authored by Roshan Patil's avatar Roshan Patil
Browse files

production tag Fixes

parent 5f45001a
2 merge requests!54Devbranch,!53Roshanp gjson helpermdl
Showing with 7 additions and 13 deletions
......@@ -6,14 +6,8 @@
// Package fdb Prod this will compile only for production envirnoment
package fdb
import (
"time"
"corelab.mkcl.org/MKCLOS/coredevelopmentplatform/corepkgv2/cachemdl"
)
func init() {
Mastercache = cachemdl.CacheGCHelper{}
//FIXME: Below hardcoded values need better number
Mastercache.Setup(5000, time.Second*500)
}
// func init() {
// Mastercache = cachemdl.CacheGCHelper{}
// //FIXME: Below hardcoded values need better number
// Mastercache.Setup(5000, time.Second*500)
// }
//+build !prod
// +build !prod
//@author Ajit Jagtap
//@version Thu Jul 05 2018 06:40:34 GMT+0530 (IST)
......
//+build prod
// +build prod
package loggermdl
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment