Lines 61-66
start_zebra()
Link Here
|
61 |
|
61 |
|
62 |
# get zebra log levels from koha-conf.xml |
62 |
# get zebra log levels from koha-conf.xml |
63 |
local loglevels=$(get_loglevels ${name}) |
63 |
local loglevels=$(get_loglevels ${name}) |
|
|
64 |
local max_record_size=$(get_max_record_size ${name}) |
64 |
|
65 |
|
65 |
if ! is_zebra_running $name; then |
66 |
if ! is_zebra_running $name; then |
66 |
|
67 |
|
Lines 76-81
start_zebra()
Link Here
|
76 |
--user=${name}-koha.${name}-koha" |
77 |
--user=${name}-koha.${name}-koha" |
77 |
|
78 |
|
78 |
ZEBRA_PARAMS="-v $loglevels \ |
79 |
ZEBRA_PARAMS="-v $loglevels \ |
|
|
80 |
-k $max_record_size \ |
79 |
-f /etc/koha/sites/${name}/koha-conf.xml" |
81 |
-f /etc/koha/sites/${name}/koha-conf.xml" |
80 |
|
82 |
|
81 |
[ "$verbose" != "no" ] && \ |
83 |
[ "$verbose" != "no" ] && \ |