github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/apps/sys/routerapp/const.go (about) 1 /* 2 * Copyright (c) 2020-present unTill Pro, Ltd. 3 * @author Denis Gribanov 4 */ 5 6 package routerapp 7 8 import ( 9 "embed" 10 11 "github.com/voedger/voedger/pkg/appparts" 12 ) 13 14 //go:embed schema.vsql 15 var routerAppSchemaFS embed.FS 16 17 const RouterAppFQN = "github.com/voedger/voedger/pkg/apps/sys/routerapp" 18 19 const DefDeploymentPartsCount = 10 20 21 var DefDeploymentEnginePoolSize = appparts.PoolSize(0, 0, 10)