Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
9023c37c
Commit
9023c37c
authored
6 years ago
by
Roshan Patil
Browse files
Options
Downloads
Patches
Plain Diff
production tag Fixes
parent
5f45001a
2 merge requests
!54
Devbranch
,
!53
Roshanp gjson helpermdl
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dalmdl/fdb/fdbprod.go
+5
-11
dalmdl/fdb/fdbprod.go
loggermdl/loggerdefault.go
+1
-1
loggermdl/loggerdefault.go
loggermdl/loggerprod.go
+1
-1
loggermdl/loggerprod.go
with
7 additions
and
13 deletions
dalmdl/fdb/fdbprod.go
+
5
−
11
View file @
9023c37c
...
...
@@ -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)
// }
This diff is collapsed.
Click to expand it.
loggermdl/loggerdefault.go
+
1
−
1
View file @
9023c37c
//+build !prod
//
+build !prod
//@author Ajit Jagtap
//@version Thu Jul 05 2018 06:40:34 GMT+0530 (IST)
...
...
This diff is collapsed.
Click to expand it.
loggermdl/loggerprod.go
+
1
−
1
View file @
9023c37c
//+build prod
//
+build prod
package
loggermdl
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets