Skip to content

Commit

Permalink
[PR] sql #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarjuuk committed Apr 27, 2017
1 parent 0ee439b commit 24e11a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup/updates/profiler_02.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DELETE FROM aowow_config WHERE `key` LIKE 'profiler_%';
INSERT INTO aowow_config (`key`, `value`, `cat`, `flags`, `comment`) VALUES
('profiler_queue', 0, 7, 0x84, 'default: 0 - enable/disable profiler queue'),
('profiler_queue_delay', 3000, 7, 0x81, 'default: 3000 - min. delay between queue cycles (in ms)'),
('profiler_resync_ping', 5000, 7, 0x81, 'default: 5000 - how often the javascript asks for for updates, when queued (in ms)'),
('profiler_resync_delay', 1*60*60, 7, 0x81, 'default: 1*60*60 - how often a character can be refreshed (in sec)');

0 comments on commit 24e11a5

Please sign in to comment.