Guest User

Untitled

a guest
Feb 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var startTime = DateTime.Now;
  2.  
  3. if (DateTime.Now - startTime > TimeSpan.FromSeconds(15))
  4. {
  5. return Json( new
  6. {
  7. success = false,
  8. message = "Trade-off calculations took too long. Please tell a developer."
  9. } );
  10. }
Add Comment
Please, Sign In to add comment