Skip to content

Commit 2b0a3df

Browse files
Sreekanth Sivasankaranabhinavdangeti
authored andcommitted
MB-52451 - "serverless" mode as an option for search service
The value of this option would be "default" in the on-premise deployment model and "serverless" in elixir deployments. Change-Id: I11a2a0490ee26cd50a993df432ba0ab5c4224fe9 Reviewed-on: https://review.couchbase.org/c/ns_server/+/175809 Reviewed-by: Abhinav Dangeti <[email protected]> Reviewed-by: Bryan McCoid <[email protected]> Well-Formed: Build Bot <[email protected]> Tested-by: Abhinav Dangeti <[email protected]>
1 parent 843cf73 commit 2b0a3df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ns_ports_setup.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ goport_args(fts, Config, _Cmd, NodeUUID) ->
524524
"defaultMaxPartitionsPerPIndex=1024," ++
525525
"bleveMaxResultWindow=10000," ++
526526
"failoverAssignAllPrimaries=false," ++
527+
"deploymentModel=" ++ config_profile:name() ++ "," ++
527528
"cbaudit=" ++ atom_to_list(cluster_compat_mode:is_enterprise()) ++
528529
"," ++
529530
"ftsMemoryQuota=" ++ integer_to_list(FTSMemoryQuota * 1024000) ++ "," ++

0 commit comments

Comments
 (0)