Skip to content

Commit

Permalink
Let's not have people pull from my server by default. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 4, 2008
1 parent 17bddf4 commit af22cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion offload_server_config.h
Expand Up @@ -9,7 +9,7 @@

// This is a list of servers that you are offloading.
#ifndef GBASESERVER
#define GBASESERVER "icculus.org"
#define GBASESERVER "example.com"
#endif

// Time in seconds that i/o to base server should timeout in lieu of activity.
Expand Down
2 changes: 1 addition & 1 deletion offload_server_config.php
Expand Up @@ -8,7 +8,7 @@
define('GDEBUG', false);

// This is a list of servers that you are offloading.
define('GBASESERVER', 'icculus.org');
define('GBASESERVER', 'example.com');

// Time in seconds that i/o to base server should timeout in lieu of activity.
define('GTIMEOUT', 90);
Expand Down

0 comments on commit af22cbf

Please sign in to comment.