Administrators, MozillaWiki team
918
edits
Line 67: | Line 67: | ||
* backends is the list of couchdb servers holding that instance's raindrop. Currently there is no replication, but this is where the list of replica would be held | * backends is the list of couchdb servers holding that instance's raindrop. Currently there is no replication, but this is where the list of replica would be held | ||
* current is the index into the backends array of the current master couchdb instance | * current is the index into the backends array of the current master couchdb instance | ||
* active is just a global flag that allows me to completely turn off one instance from the outside world | |||
* openids is an array of openids allowed to access that instance | |||
* e-mails isn't use for anything, but a handy way for me to know which instance belongs to whom | |||
* gearmans is the array of gearman servers to use for API calls (explained later) | |||
== Processor == | == Processor == |