Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Jan 16, 2025
1 parent d3c619b commit 5d56bb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kong/db/schema/others/declarative_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,9 @@ function DeclarativeConfig.load(plugin_set, vault_set, include_foreign, is_sync)
return nil, err
end

-- Pre-load full schema to validate schema for sync.v2:
-- Pre-load the full schema to validate the schema for sync.v2. Lazy loading
-- the full schema with DeclarativeConfig.load() will consume a lot of time
-- due to load_plugin_subschemas().
local full_schema

if is_sync then
Expand Down

0 comments on commit 5d56bb0

Please sign in to comment.