Skip to content

Commit

Permalink
Increase ajax refresh frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Apr 19, 2010
1 parent eaa67cc commit ff4d1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asset/dmChessJavascriptConfig.php
Expand Up @@ -36,7 +36,7 @@ protected function getJavascriptConfig()
'beat' => array(
'url' => $this->helper->link('@dm_chess_whatsup')->param('player', $this->player->code)->getHref(),
'cache_url' => $this->helper->link('/cache/chess/'.$this->player->code.'.txt')->getHref(),
'delay' => 2000
'delay' => 1500
),
'game' => array(
'code' => $this->player->Game->code,
Expand Down

0 comments on commit ff4d1ed

Please sign in to comment.