Phosphor
Qt6 / Wayland library suite for window-management tools
 
Loading...
Searching...
No Matches
FileLimits.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 fuddlesworth
2// SPDX-License-Identifier: LGPL-2.1-or-later
3
4#pragma once
5
6#include <QtCore/QtGlobal>
7
8namespace PhosphorFsLoader {
9
18inline constexpr qint64 kMaxJsonFileBytes = 1 * 1024 * 1024;
19
20} // namespace PhosphorFsLoader
Definition DirectoryLoader.h:19
constexpr qint64 kMaxJsonFileBytes
Per-file size cap for JSON metadata reads.
Definition FileLimits.h:18