Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mhijack/eaeb7ba1114e4901fa1bb568efb41cd4 to your computer and use it in GitHub Desktop.
Save mhijack/eaeb7ba1114e4901fa1bb568efb41cd4 to your computer and use it in GitHub Desktop.
let manager = Session.default
manager.session.configuration.timeoutIntervalForRequest = 30
manager.session.configuration.timeoutIntervalForResource = 30
let alamoFireManager = Session(configuration: manager.session.configuration,
delegate: SessionDelegate(),
startRequestsImmediately: true,
interceptor: requestInterceptor)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment