Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / google_apis / gcm / base / mcs_util.cc
index b578e57..ceccc95 100644 (file)
@@ -46,7 +46,7 @@ const char kLoginSettingDefaultName[] = "new_vc";
 const char kLoginSettingDefaultValue[] = "1";
 
 // Maximum amount of time to save an unsent outgoing message for.
-const int kMaxTTLSeconds = 4 * 7 * 24 * 60 * 60;  // 4 weeks.
+const int kMaxTTLSeconds = 24 * 60 * 60;  // 1 day.
 
 }  // namespace