UNPKG

@datalayer/core

Version:
12 lines (11 loc) 365 B
/* * Copyright (c) 2023-2025 Datalayer, Inc. * Distributed under the terms of the Modified BSD License. */ /** * Credits level below which we refused to start a remote kernel * without explicit reservation. * * TODO what is a good LOW_CREDITS bar? - A better way would be to set it from a server settings or a cloud config. */ export const LOW_CREDITS = 3;