export const config = {
	/**
	 * Whether to perform access checks
	 */
	checkAccess: true,

	/**
	 * Whether to sync atime updates immediately when reading from a file
	 */
	syncOnRead: true,
};
