set non-stop on

  1. # Enable the async interface.  
  2. set target-async 1  
  3. # If using the CLI, pagination breaks non-stop.  
  4. set pagination off  
  5. # Finally, turn it on!  
  6. set non-stop on
原文地址:https://www.cnblogs.com/zengkefu/p/9323518.html