Less aggressive log.

Change-Id: I71e96c9832d69ff3af78e77739337a4f2c29458e
diff --git a/src/com/android/wallpaper/grass/GrassRS.java b/src/com/android/wallpaper/grass/GrassRS.java
index 434ce0a..9544565 100644
--- a/src/com/android/wallpaper/grass/GrassRS.java
+++ b/src/com/android/wallpaper/grass/GrassRS.java
@@ -54,8 +54,8 @@
     private static final String LOG_TAG = "Grass";
     private static final boolean DEBUG = true;
     
-    private static final int LOCATION_UPDATE_MIN_TIME = DEBUG ? 10000 : 60 * 60 * 1000; // 1 hour
-    private static final int LOCATION_UPDATE_MIN_DISTANCE = DEBUG ? 1 : 150 * 1000; // 150 km
+    private static final int LOCATION_UPDATE_MIN_TIME = DEBUG ? 5 * 60 * 1000 : 60 * 60 * 1000; // 1 hour
+    private static final int LOCATION_UPDATE_MIN_DISTANCE = DEBUG ? 10 : 150 * 1000; // 150 km
 
     private static final float TESSELATION = 0.5f;
     private static final int TEXTURES_COUNT = 5;