We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf1db6 commit 5d2d340Copy full SHA for 5d2d340
ext/mnogosearch/test.php
@@ -47,6 +47,7 @@
47
Udm_Set_Agent_Param($udm,UDM_PARAM_MIN_WORD_LEN,2);
48
Udm_Set_Agent_Param($udm,UDM_PARAM_MAX_WORD_LEN,16);
49
Udm_Set_Agent_Param($udm,UDM_PARAM_PREFIX,UDM_PREFIX_DISABLED);
50
+ Udm_Set_Agent_Param($udm,UDM_PARAM_VARDIR,"/opt/mnogo/install/var");
51
52
if (Udm_Api_Version() >= 30111) {
53
Udm_Set_Agent_Param($udm,UDM_PARAM_CROSS_WORDS,UDM_CROSS_WORDS_DISABLED);
0 commit comments