Skip to content

Commit

Permalink
googlefs: update default Google server
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuman committed Nov 8, 2015
1 parent c518435 commit 25472bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/add-ons/kernel/file_systems/googlefs/settings.c
Expand Up @@ -7,7 +7,7 @@
#include <driver_settings.h>
#include "settings.h"

#define DEFAULT_GOOGLE_SERVER "66.102.11.99"
#define DEFAULT_GOOGLE_SERVER "74.125.136.105"
#define DEFAULT_MAX_VNODES 5000
char google_server[20] = DEFAULT_GOOGLE_SERVER;
int google_server_port = 80;
Expand Down

0 comments on commit 25472bc

Please sign in to comment.