Skip to content

Unintentionally removed envvar: OWNCLOUD_MEMCACHE_LOCKING #479

Description

@mmattel

Referencing: #475

This envvar needs to be readded

v24.04/overlay/etc/entrypoint.d/85-others.sh

declare -x OWNCLOUD_MEMCACHE_LOCKING
[[ -z "${OWNCLOUD_MEMCACHE_LOCKING}" ]] && OWNCLOUD_MEMCACHE_LOCKING=""

v24.04/overlay/etc/templates/config.php

  if (getenv('OWNCLOUD_MEMCACHE_LOCKING') != '') {
    $config['memcache.locking'] = getenv('OWNCLOUD_MEMCACHE_LOCKING');

@DeepDiver1975

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions