lib/updateagent/resources.rb in onebody-updateagent-0.6.3 vs lib/updateagent/resources.rb in onebody-updateagent-0.6.4
- old
+ new
@@ -1,13 +1,14 @@
class Base < ActiveResource::Base
self.site = ONEBODY_SITE
self.user = ONEBODY_USER_EMAIL
self.password = ONEBODY_USER_KEY
+ self.timeout = 120
end
class Person < Base; end
class Family < Base; end
class ExternalGroup < Base; end
class Sync < Base
self.site = "#{ONEBODY_SITE}/admin"
-end
\ No newline at end of file
+end