Skip to content

Commit

Permalink
Fix debug value
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam committed Apr 25, 2024
1 parent 7b3759b commit 82e2450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-webserver/src/cron/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub async fn update_integrated_gitlab_repositories_job(
gitlab_repository_provider: Arc<dyn GitlabRepositoryProviderService>,
) -> Result<Job> {
service_job(
"0 * * * * *",
EVERY_TEN_MINUTES,
gitlab_repository_provider,
|gitlab_repository_provider| async move {
debug!("Syncing gitlab repositories...");
Expand Down

0 comments on commit 82e2450

Please sign in to comment.