only reload license key periodically on ee

This commit is contained in:
Ruben Fiszel
2025-03-18 21:57:17 +01:00
parent 5134deefad
commit e7868f097a
+1
View File
@@ -882,6 +882,7 @@ Windmill Community Edition {GIT_VERSION}
disable_s3_store,
)
.await;
#[cfg(feature = "enterprise")]
if let Err(err) = reload_license_key(&db).await {
tracing::error!("Failed to reload license key: {err:#}");
}