drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias AuthBudgetEnv

    AuthBudgetEnv: PlanEnv & {
        AUTH_ROWS_FRACTION?: string | number | null;
        AUTH_ROWS_PER_RENDER?: string | number | null;
    }

    the environment an allowance reads

    Type Declaration

    • OptionalAUTH_ROWS_FRACTION?: string | number | null

      fraction of the daily rows budget reserved for authenticated traffic

    • OptionalAUTH_ROWS_PER_RENDER?: string | number | null

      overrides the measured rows-per-authenticated-render, for a site with a different profile