blinking lights for xmas presence

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6849 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-12-18 01:12:50 +00:00
parent cc30c441b9
commit 5355075c60
11 changed files with 1037 additions and 842 deletions

View File

@@ -105,7 +105,7 @@ static switch_status_t limit_execute_sql(char *sql, switch_mutex_t *mutex)
goto end;
}
status = switch_core_db_persistant_execute(db, sql, 25);
status = switch_core_db_persistant_execute(db, sql, 1);
switch_core_db_close(db);
#ifdef SWITCH_HAVE_ODBC