Make cassandra module and do not load it by default.

This commit is contained in:
unknown 2013-01-10 00:07:44 +02:00
commit 363436ede1
3 changed files with 4 additions and 3 deletions

View file

@ -175,7 +175,8 @@ static struct
/* we disable few other plugins by default */
{ "ndbcluster", PLUGIN_OFF },
{ "feedback", PLUGIN_OFF },
{ "pbxt", PLUGIN_OFF }
{ "pbxt", PLUGIN_OFF },
{ "cassandra", PLUGIN_OFF }
};
/* support for Services */