Skip to content

Instantly share code, notes, and snippets.

@Alukardd
Created December 17, 2014 13:23
Show Gist options
  • Save Alukardd/eac58bca47af6dbc2191 to your computer and use it in GitHub Desktop.
Save Alukardd/eac58bca47af6dbc2191 to your computer and use it in GitHub Desktop.
{
"logger": {
"frontends": [
{
"formatter": {
"type": "string",
"pattern": "%(timestamp)s %(request_id)s/%(lwp)s/%(pid)s %(severity)s: %(message)s %(...L)s"
},
"sink": {
"type": "files",
"path": "/dev/stdout",
"autoflush": true,
"rotation": {
"move": 0
}
}
}
],
"level": "debug"
},
"options": {
"join": true,
"flags": 20,
"address": [
"127.0.0.1:1025:2"
],
"wait_timeout": 60,
"check_timeout": 60,
"io_thread_num": 16,
"nonblocking_io_thread_num": 16,
"net_thread_num": 4,
"daemon": false,
"auth_cookie": "111",
"cache": {
"size": 1073741824
},
"indexes_shard_count": 4,
"monitor_port": 20000
},
"backends": [
{
"backend_id": 1,
"type": "blob",
"group": 1,
"history": "/srv/elliptics/0/history/",
"data": "/srv/elliptics/0/blob/data",
"sync": "0",
"blob_flags": "158",
"blob_size": "1G",
"records_in_blob": "100000"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment